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