#ffdf8e
a light, electric yellow · warm · closest name: khaki
RGB
255, 223, 142
HSL
43°, 100%, 78%
CMYK
0, 13, 44, 0
Luminance
0.7599
Every format
| HEX | #ffdf8e |
| RGB | rgb(255, 223, 142) |
| HSL | hsl(43, 100%, 78%) |
| CMYK | cmyk(0%, 13%, 44%, 0%) |
| LAB | lab(89.9 0.6 43.7) |
| LCH | lch(89.9 43.7 89.2) |
| OKLCH | oklch(0.913 0.106 88.7) |
Copy-ready code
/* CSS */
color: #ffdf8e;
background-color: #ffdf8e;
/* Tailwind (arbitrary) */
class="text-[#ffdf8e] bg-[#ffdf8e]"
/* SCSS */
$brand: #ffdf8e;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#ffdf8e")Accessibility — WCAG contrast
Aa
#ffdf8e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf8e on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow44.3%
Key (black)0.0%
Color previews
#ffdf8e text on a black background
contrast 16.20:1
Card sample
#ffdf8e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf8e;
Background color
Panel with #ffdf8e background
background-color: #ffdf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf8e; background: linear-gradient(135deg, #ffdf8e, #D4FF8E);