#ffdf5e
a light, electric yellow · cool · closest name: khaki
RGB
255, 223, 94
HSL
48°, 100%, 68%
CMYK
0, 13, 63, 0
Luminance
0.7484
Every format
| HEX | #ffdf5e |
| RGB | rgb(255, 223, 94) |
| HSL | hsl(48, 100%, 68%) |
| CMYK | cmyk(0%, 13%, 63%, 0%) |
| LAB | lab(89.3 -3.2 65.4) |
| LCH | lch(89.3 65.5 92.8) |
| OKLCH | oklch(0.907 0.150 95.3) |
Copy-ready code
/* CSS */
color: #ffdf5e;
background-color: #ffdf5e;
/* Tailwind (arbitrary) */
class="text-[#ffdf5e] bg-[#ffdf5e]"
/* SCSS */
$brand: #ffdf5e;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.369)
/* Android */
Color.parseColor("#ffdf5e")Accessibility — WCAG contrast
Aa
#ffdf5e on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf5e on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow63.1%
Key (black)0.0%
Color previews
#ffdf5e text on a black background
contrast 15.97:1
Card sample
#ffdf5e text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf5e;
Background color
Panel with #ffdf5e background
background-color: #ffdf5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf5e; background: linear-gradient(135deg, #ffdf5e, #B4FF5E);