#fdcd75
a light, electric orange · warm · closest name: khaki
RGB
253, 205, 117
HSL
39°, 97%, 73%
CMYK
0, 19, 54, 1
Luminance
0.6583
Every format
| HEX | #fdcd75 |
| RGB | rgb(253, 205, 117) |
| HSL | hsl(39, 97%, 73%) |
| CMYK | cmyk(0%, 19%, 54%, 1%) |
| LAB | lab(84.9 6.8 49.8) |
| LCH | lch(84.9 50.2 82.2) |
| OKLCH | oklch(0.873 0.119 81.3) |
Copy-ready code
/* CSS */
color: #fdcd75;
background-color: #fdcd75;
/* Tailwind (arbitrary) */
class="text-[#fdcd75] bg-[#fdcd75]"
/* SCSS */
$brand: #fdcd75;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.459)
/* Android */
Color.parseColor("#fdcd75")Accessibility — WCAG contrast
Aa
#fdcd75 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd75 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow53.8%
Key (black)0.8%
Color previews
#fdcd75 text on a black background
contrast 14.17:1
Card sample
#fdcd75 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd75;
Background color
Panel with #fdcd75 background
background-color: #fdcd75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd75; background: linear-gradient(135deg, #fdcd75, #D2FD75);