#ffb080
a light, electric orange · warm · closest name: peru
RGB
255, 176, 128
HSL
23°, 100%, 75%
CMYK
0, 31, 50, 0
Luminance
0.5387
Every format
| HEX | #ffb080 |
| RGB | rgb(255, 176, 128) |
| HSL | hsl(23, 100%, 75%) |
| CMYK | cmyk(0%, 31%, 50%, 0%) |
| LAB | lab(78.4 23.6 36.1) |
| LCH | lch(78.4 43.2 56.8) |
| OKLCH | oklch(0.823 0.112 51.9) |
Copy-ready code
/* CSS */
color: #ffb080;
background-color: #ffb080;
/* Tailwind (arbitrary) */
class="text-[#ffb080] bg-[#ffb080]"
/* SCSS */
$brand: #ffb080;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#ffb080")Accessibility — WCAG contrast
Aa
#ffb080 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb080 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow49.8%
Key (black)0.0%
Color previews
#ffb080 text on a black background
contrast 11.77:1
Card sample
#ffb080 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb080;
Background color
Panel with #ffb080 background
background-color: #ffb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb080; background: linear-gradient(135deg, #ffb080, #F9FF80);