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