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