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