#fef8ac
a light, electric yellow · cool · closest name: khaki
RGB
254, 248, 172
HSL
56°, 98%, 84%
CMYK
0, 2, 32, 0
Luminance
0.9118
Every format
| HEX | #fef8ac |
| RGB | rgb(254, 248, 172) |
| HSL | hsl(56, 98%, 84%) |
| CMYK | cmyk(0%, 2%, 32%, 0%) |
| LAB | lab(96.5 -9.1 37.3) |
| LCH | lch(96.5 38.4 103.7) |
| OKLCH | oklch(0.967 0.096 104.2) |
Copy-ready code
/* CSS */
color: #fef8ac;
background-color: #fef8ac;
/* Tailwind (arbitrary) */
class="text-[#fef8ac] bg-[#fef8ac]"
/* SCSS */
$brand: #fef8ac;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.675)
/* Android */
Color.parseColor("#fef8ac")Accessibility — WCAG contrast
Aa
#fef8ac on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef8ac on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow32.3%
Key (black)0.4%
Color previews
#fef8ac text on a black background
contrast 19.24:1
Card sample
#fef8ac text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef8ac;
Background color
Panel with #fef8ac background
background-color: #fef8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef8ac; background: linear-gradient(135deg, #fef8ac, #CDFEAC);