#fdce71
a light, electric orange · warm · closest name: khaki
RGB
253, 206, 113
HSL
40°, 97%, 72%
CMYK
0, 19, 55, 1
Luminance
0.6622
Every format
| HEX | #fdce71 |
| RGB | rgb(253, 206, 113) |
| HSL | hsl(40, 97%, 72%) |
| CMYK | cmyk(0%, 19%, 55%, 1%) |
| LAB | lab(85.1 6.0 51.9) |
| LCH | lch(85.1 52.3 83.4) |
| OKLCH | oklch(0.874 0.123 82.9) |
Copy-ready code
/* CSS */
color: #fdce71;
background-color: #fdce71;
/* Tailwind (arbitrary) */
class="text-[#fdce71] bg-[#fdce71]"
/* SCSS */
$brand: #fdce71;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.443)
/* Android */
Color.parseColor("#fdce71")Accessibility — WCAG contrast
Aa
#fdce71 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce71 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow55.3%
Key (black)0.8%
Color previews
#fdce71 text on a black background
contrast 14.24:1
Card sample
#fdce71 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce71;
Background color
Panel with #fdce71 background
background-color: #fdce71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce71; background: linear-gradient(135deg, #fdce71, #CFFD71);