#fdce76
a light, electric orange · warm · closest name: khaki
RGB
253, 206, 118
HSL
39°, 97%, 73%
CMYK
0, 19, 53, 1
Luminance
0.6633
Every format
| HEX | #fdce76 |
| RGB | rgb(253, 206, 118) |
| HSL | hsl(39, 97%, 73%) |
| CMYK | cmyk(0%, 19%, 53%, 1%) |
| LAB | lab(85.2 6.4 49.6) |
| LCH | lch(85.2 50.0 82.7) |
| OKLCH | oklch(0.875 0.119 81.8) |
Copy-ready code
/* CSS */
color: #fdce76;
background-color: #fdce76;
/* Tailwind (arbitrary) */
class="text-[#fdce76] bg-[#fdce76]"
/* SCSS */
$brand: #fdce76;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.463)
/* Android */
Color.parseColor("#fdce76")Accessibility — WCAG contrast
Aa
#fdce76 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce76 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow53.4%
Key (black)0.8%
Color previews
#fdce76 text on a black background
contrast 14.27:1
Card sample
#fdce76 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce76;
Background color
Panel with #fdce76 background
background-color: #fdce76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce76; background: linear-gradient(135deg, #fdce76, #D2FD76);