#ffc080
a light, electric orange · warm · closest name: tan
RGB
255, 192, 128
HSL
30°, 100%, 75%
CMYK
0, 25, 50, 0
Luminance
0.6052
Every format
| HEX | #ffc080 |
| RGB | rgb(255, 192, 128) |
| HSL | hsl(30, 100%, 75%) |
| CMYK | cmyk(0%, 25%, 50%, 0%) |
| LAB | lab(82.1 15.3 40.9) |
| LCH | lch(82.1 43.7 69.5) |
| OKLCH | oklch(0.852 0.108 65.9) |
Copy-ready code
/* CSS */
color: #ffc080;
background-color: #ffc080;
/* Tailwind (arbitrary) */
class="text-[#ffc080] bg-[#ffc080]"
/* SCSS */
$brand: #ffc080;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#ffc080")Accessibility — WCAG contrast
Aa
#ffc080 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc080 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow49.8%
Key (black)0.0%
Color previews
#ffc080 text on a black background
contrast 13.10:1
Card sample
#ffc080 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc080;
Background color
Panel with #ffc080 background
background-color: #ffc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc080; background: linear-gradient(135deg, #ffc080, #E9FF80);