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