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