#fef0ac
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 172
HSL
50°, 98%, 84%
CMYK
0, 6, 32, 0
Luminance
0.8637
Every format
| HEX | #fef0ac |
| RGB | rgb(254, 240, 172) |
| HSL | hsl(50, 98%, 84%) |
| CMYK | cmyk(0%, 6%, 32%, 0%) |
| LAB | lab(94.5 -5.1 34.6) |
| LCH | lch(94.5 35.0 98.4) |
| OKLCH | oklch(0.951 0.087 97.9) |
Copy-ready code
/* CSS */
color: #fef0ac;
background-color: #fef0ac;
/* Tailwind (arbitrary) */
class="text-[#fef0ac] bg-[#fef0ac]"
/* SCSS */
$brand: #fef0ac;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.675)
/* Android */
Color.parseColor("#fef0ac")Accessibility — WCAG contrast
Aa
#fef0ac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef0ac on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow32.3%
Key (black)0.4%
Color previews
#fef0ac text on a black background
contrast 18.27:1
Card sample
#fef0ac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef0ac;
Background color
Panel with #fef0ac background
background-color: #fef0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef0ac; background: linear-gradient(135deg, #fef0ac, #D5FEAC);