#fda76f
a light, electric orange · warm · closest name: peru
RGB
253, 167, 111
HSL
24°, 97%, 71%
CMYK
0, 34, 56, 1
Luminance
0.4967
Every format
| HEX | #fda76f |
| RGB | rgb(253, 167, 111) |
| HSL | hsl(24, 97%, 71%) |
| CMYK | cmyk(0%, 34%, 56%, 1%) |
| LAB | lab(75.9 26.2 41.7) |
| LCH | lch(75.9 49.3 57.9) |
| OKLCH | oklch(0.802 0.125 53.1) |
Copy-ready code
/* CSS */
color: #fda76f;
background-color: #fda76f;
/* Tailwind (arbitrary) */
class="text-[#fda76f] bg-[#fda76f]"
/* SCSS */
$brand: #fda76f;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.435)
/* Android */
Color.parseColor("#fda76f")Accessibility — WCAG contrast
Aa
#fda76f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda76f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow56.1%
Key (black)0.8%
Color previews
#fda76f text on a black background
contrast 10.93:1
Card sample
#fda76f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda76f;
Background color
Panel with #fda76f background
background-color: #fda76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda76f; background: linear-gradient(135deg, #fda76f, #F4FD6F);