#ffdf9c
a light, electric yellow · warm · closest name: khaki
RGB
255, 223, 156
HSL
41°, 100%, 81%
CMYK
0, 13, 39, 0
Luminance
0.7644
Every format
| HEX | #ffdf9c |
| RGB | rgb(255, 223, 156) |
| HSL | hsl(41, 100%, 81%) |
| CMYK | cmyk(0%, 13%, 39%, 0%) |
| LAB | lab(90.1 2.0 36.9) |
| LCH | lch(90.1 37.0 86.8) |
| OKLCH | oklch(0.915 0.091 85.1) |
Copy-ready code
/* CSS */
color: #ffdf9c;
background-color: #ffdf9c;
/* Tailwind (arbitrary) */
class="text-[#ffdf9c] bg-[#ffdf9c]"
/* SCSS */
$brand: #ffdf9c;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#ffdf9c")Accessibility — WCAG contrast
Aa
#ffdf9c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf9c on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow38.8%
Key (black)0.0%
Color previews
#ffdf9c text on a black background
contrast 16.29:1
Card sample
#ffdf9c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf9c;
Background color
Panel with #ffdf9c background
background-color: #ffdf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf9c; background: linear-gradient(135deg, #ffdf9c, #DDFF9C);