#fdb080
a light, electric orange · warm · closest name: peru
RGB
253, 176, 128
HSL
23°, 97%, 75%
CMYK
0, 30, 49, 1
Luminance
0.5349
Every format
| HEX | #fdb080 |
| RGB | rgb(253, 176, 128) |
| HSL | hsl(23, 97%, 75%) |
| CMYK | cmyk(0%, 30%, 49%, 1%) |
| LAB | lab(78.2 22.9 35.8) |
| LCH | lch(78.2 42.5 57.4) |
| OKLCH | oklch(0.820 0.110 52.6) |
Copy-ready code
/* CSS */
color: #fdb080;
background-color: #fdb080;
/* Tailwind (arbitrary) */
class="text-[#fdb080] bg-[#fdb080]"
/* SCSS */
$brand: #fdb080;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#fdb080")Accessibility — WCAG contrast
Aa
#fdb080 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb080 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow49.4%
Key (black)0.8%
Color previews
#fdb080 text on a black background
contrast 11.70:1
Card sample
#fdb080 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb080;
Background color
Panel with #fdb080 background
background-color: #fdb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb080; background: linear-gradient(135deg, #fdb080, #F7FD80);