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