Forget Me Not

#fff2ef

Color Harmonies

Mathematical Matches

Readability & Contrast

Accessibility Audit & WCAG Compliance

Use Case: Standard White Text

White Text

FAIL
The Future
is Color.
Contrast Ratio1.09:1
Use Case: Standard Black Text

Black Text

AAA PASS
The Future
is Color.
Contrast Ratio19.19:1
Optimized AAA Text

Suggested Text

AAA PASS
The Future
is Color.
Contrast Ratio7.05:1
Recommended Monochrome
#a21e00
Optimized AAA Background

Suggested Background

AAA PASS
The Future
is Color.
Contrast Ratio7.04:1
Suggested Complement
#005b6f

Vision Deficiency Simulations

Protanopia

Red Blind

Deuteranopia

Green Blind

Tritanopia

Blue Blind

Achromatopsia

Total Color Blind

Developer Tools

Ready-to-use snippets for your codebase.

Closest Standard Class

bg-red-50Approx

Arbitrary Value (JIT)

<div class="bg-[#fff2ef] text-black">
  <!-- Your Content -->
</div>

tailwind.config.js

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'brand': '#fff2ef',
      }
    }
  }
}