#fdce69
a light, electric yellow · warm · closest name: khaki
RGB
253, 206, 105
HSL
41°, 97%, 70%
CMYK
0, 19, 59, 1
Luminance
0.6605
Every format
| HEX | #fdce69 |
| RGB | rgb(253, 206, 105) |
| HSL | hsl(41, 97%, 70%) |
| CMYK | cmyk(0%, 19%, 59%, 1%) |
| LAB | lab(85.0 5.4 55.6) |
| LCH | lch(85.0 55.9 84.5) |
| OKLCH | oklch(0.873 0.130 84.5) |
Copy-ready code
/* CSS */
color: #fdce69;
background-color: #fdce69;
/* Tailwind (arbitrary) */
class="text-[#fdce69] bg-[#fdce69]"
/* SCSS */
$brand: #fdce69;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.412)
/* Android */
Color.parseColor("#fdce69")Accessibility — WCAG contrast
Aa
#fdce69 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce69 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow58.5%
Key (black)0.8%
Color previews
#fdce69 text on a black background
contrast 14.21:1
Card sample
#fdce69 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce69;
Background color
Panel with #fdce69 background
background-color: #fdce69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce69; background: linear-gradient(135deg, #fdce69, #C9FD69);