#F8E2A8
A very light, vivid orange closely aligning with Moccasin.
About #F8E2A8
At its core, #F8E2A8 is a very light and vivid hue. Designers often compare it to the standard color Moccasin. This translates to an RGB value of rgb(248, 226, 168).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 9% Magenta, 32% Yellow, and 3% Black. The HSL representation is 43.5° hue, 85.1% saturation, and 81.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8E2A8
RGB248, 226, 168
HSL43.5°, 85.1%, 81.6%
CMYK0%, 9%, 32%, 3%
HSV43.5°, 32.3%, 97.3%
LAB90.4, -0.8, 31.1
XYZ73.0, 77.2, 48.1
Decimal16310952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.44:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E2A8;
}
.text-color {
color: #F8E2A8;
}
.border-color {
border: 2px solid #F8E2A8;
}