#ffdf6c
a light, electric yellow · cool · closest name: khaki
RGB
255, 223, 108
HSL
47°, 100%, 71%
CMYK
0, 13, 58, 0
Luminance
0.7512
Every format
| HEX | #ffdf6c |
| RGB | rgb(255, 223, 108) |
| HSL | hsl(47, 100%, 71%) |
| CMYK | cmyk(0%, 13%, 58%, 0%) |
| LAB | lab(89.5 -2.3 59.4) |
| LCH | lch(89.5 59.4 92.2) |
| OKLCH | oklch(0.908 0.138 93.9) |
Copy-ready code
/* CSS */
color: #ffdf6c;
background-color: #ffdf6c;
/* Tailwind (arbitrary) */
class="text-[#ffdf6c] bg-[#ffdf6c]"
/* SCSS */
$brand: #ffdf6c;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#ffdf6c")Accessibility — WCAG contrast
Aa
#ffdf6c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf6c on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow57.6%
Key (black)0.0%
Color previews
#ffdf6c text on a black background
contrast 16.02:1
Card sample
#ffdf6c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf6c;
Background color
Panel with #ffdf6c background
background-color: #ffdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf6c; background: linear-gradient(135deg, #ffdf6c, #BDFF6C);