#fdc477
a light, electric orange · warm · closest name: khaki
RGB
253, 196, 119
HSL
35°, 97%, 73%
CMYK
0, 23, 53, 1
Luminance
0.6169
Every format
| HEX | #fdc477 |
| RGB | rgb(253, 196, 119) |
| HSL | hsl(35, 97%, 73%) |
| CMYK | cmyk(0%, 23%, 53%, 1%) |
| LAB | lab(82.8 11.6 46.2) |
| LCH | lch(82.8 47.6 75.9) |
| OKLCH | oklch(0.856 0.115 73.6) |
Copy-ready code
/* CSS */
color: #fdc477;
background-color: #fdc477;
/* Tailwind (arbitrary) */
class="text-[#fdc477] bg-[#fdc477]"
/* SCSS */
$brand: #fdc477;
/* SwiftUI */
Color(red: 0.992, green: 0.769, blue: 0.467)
/* Android */
Color.parseColor("#fdc477")Accessibility — WCAG contrast
Aa
#fdc477 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc477 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.9%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow53.0%
Key (black)0.8%
Color previews
#fdc477 text on a black background
contrast 13.34:1
Card sample
#fdc477 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc477;
Background color
Panel with #fdc477 background
background-color: #fdc477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 196, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 196, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc477; background: linear-gradient(135deg, #fdc477, #DDFD77);