Hex Color #F9FDDE - Custom Color
Color Codes
HEX
#F9FDDE
RGB
rgb(249, 253, 222)
HSL
hsl(68, 89%, 93%)
CMYK
cmyk(2%, 0%, 12%, 1%)
HSV
hsv(68, 12%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 20.13:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #F9FDDE;
color: #F9FDDE;
border-color: #F9FDDE;
}
Tailwind CSS (with arbitrary values)
bg-[#F9FDDE]
text-[#F9FDDE]
border-[#F9FDDE]
// Example usage:
<div className="bg-[#F9FDDE]">