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