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