#fdb976
a light, electric orange · warm · closest name: peru
RGB
253, 185, 118
HSL
30°, 97%, 73%
CMYK
0, 27, 53, 1
Luminance
0.5689
Every format
| HEX | #fdb976 |
| RGB | rgb(253, 185, 118) |
| HSL | hsl(30, 97%, 73%) |
| CMYK | cmyk(0%, 27%, 53%, 1%) |
| LAB | lab(80.1 17.3 43.4) |
| LCH | lch(80.1 46.7 68.3) |
| OKLCH | oklch(0.835 0.115 64.7) |
Copy-ready code
/* CSS */
color: #fdb976;
background-color: #fdb976;
/* Tailwind (arbitrary) */
class="text-[#fdb976] bg-[#fdb976]"
/* SCSS */
$brand: #fdb976;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.463)
/* Android */
Color.parseColor("#fdb976")Accessibility — WCAG contrast
Aa
#fdb976 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb976 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow53.4%
Key (black)0.8%
Color previews
#fdb976 text on a black background
contrast 12.38:1
Card sample
#fdb976 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb976;
Background color
Panel with #fdb976 background
background-color: #fdb976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb976; background: linear-gradient(135deg, #fdb976, #E7FD76);