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