#FFE2B6
A very light, vivid orange closely aligning with Moccasin.
About #FFE2B6
Visually, #FFE2B6 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Moccasin. This translates to an RGB value of rgb(255, 226, 182).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 11% magenta inks. The HSL representation is 36.2° hue, 100.0% saturation, and 85.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFE2B6
RGB255, 226, 182
HSL36.2°, 100.0%, 85.7%
CMYK0%, 11%, 29%, 0%
HSV36.2°, 28.6%, 100.0%
LAB91.2, 3.6, 25.2
XYZ76.9, 79.0, 55.5
Decimal16769718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE2B6;
}
.text-color {
color: #FFE2B6;
}
.border-color {
border: 2px solid #FFE2B6;
}