#fdb079
a light, electric orange · warm · closest name: peru
RGB
253, 176, 121
HSL
25°, 97%, 73%
CMYK
0, 30, 52, 1
Luminance
0.5331
Every format
| HEX | #fdb079 |
| RGB | rgb(253, 176, 121) |
| HSL | hsl(25, 97%, 73%) |
| CMYK | cmyk(0%, 30%, 52%, 1%) |
| LAB | lab(78.1 22.3 39.3) |
| LCH | lch(78.1 45.2 60.5) |
| OKLCH | oklch(0.819 0.115 55.9) |
Copy-ready code
/* CSS */
color: #fdb079;
background-color: #fdb079;
/* Tailwind (arbitrary) */
class="text-[#fdb079] bg-[#fdb079]"
/* SCSS */
$brand: #fdb079;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.475)
/* Android */
Color.parseColor("#fdb079")Accessibility — WCAG contrast
Aa
#fdb079 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb079 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow52.2%
Key (black)0.8%
Color previews
#fdb079 text on a black background
contrast 11.66:1
Card sample
#fdb079 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb079;
Background color
Panel with #fdb079 background
background-color: #fdb079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb079; background: linear-gradient(135deg, #fdb079, #F2FD79);