#fda77d
a light, electric orange · warm · closest name: peru
RGB
253, 167, 125
HSL
20°, 97%, 74%
CMYK
0, 34, 51, 1
Luminance
0.5000
Every format
| HEX | #fda77d |
| RGB | rgb(253, 167, 125) |
| HSL | hsl(20, 97%, 74%) |
| CMYK | cmyk(0%, 34%, 51%, 1%) |
| LAB | lab(76.1 27.3 34.7) |
| LCH | lch(76.1 44.1 51.8) |
| OKLCH | oklch(0.804 0.117 46.6) |
Copy-ready code
/* CSS */
color: #fda77d;
background-color: #fda77d;
/* Tailwind (arbitrary) */
class="text-[#fda77d] bg-[#fda77d]"
/* SCSS */
$brand: #fda77d;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.490)
/* Android */
Color.parseColor("#fda77d")Accessibility — WCAG contrast
Aa
#fda77d on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda77d on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow50.6%
Key (black)0.8%
Color previews
#fda77d text on a black background
contrast 11.00:1
Card sample
#fda77d text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda77d;
Background color
Panel with #fda77d background
background-color: #fda77d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda77d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda77d; background: linear-gradient(135deg, #fda77d, #FDFC7D);