Hex Color #FFF27E - Custom Color
Color Codes
HEX
#FFF27E
RGB
rgb(255, 242, 126)
HSL
hsl(54, 100%, 75%)
CMYK
cmyk(0%, 5%, 51%, 0%)
HSV
hsv(54, 51%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.15:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 18.25: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: #FFF27E;
color: #FFF27E;
border-color: #FFF27E;
}
Tailwind CSS (with arbitrary values)
bg-[#FFF27E]
text-[#FFF27E]
border-[#FFF27E]
// Example usage:
<div className="bg-[#FFF27E]">