#ffab80
a light, electric orange · warm · closest name: peru
RGB
255, 171, 128
HSL
20°, 100%, 75%
CMYK
0, 33, 50, 0
Luminance
0.5194
Every format
| HEX | #ffab80 |
| RGB | rgb(255, 171, 128) |
| HSL | hsl(20, 100%, 75%) |
| CMYK | cmyk(0%, 33%, 50%, 0%) |
| LAB | lab(77.3 26.3 34.7) |
| LCH | lch(77.3 43.5 52.8) |
| OKLCH | oklch(0.814 0.115 47.7) |
Copy-ready code
/* CSS */
color: #ffab80;
background-color: #ffab80;
/* Tailwind (arbitrary) */
class="text-[#ffab80] bg-[#ffab80]"
/* SCSS */
$brand: #ffab80;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.502)
/* Android */
Color.parseColor("#ffab80")Accessibility — WCAG contrast
Aa
#ffab80 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffab80 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow49.8%
Key (black)0.0%
Color previews
#ffab80 text on a black background
contrast 11.39:1
Card sample
#ffab80 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffab80;
Background color
Panel with #ffab80 background
background-color: #ffab80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffab80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffab80; background: linear-gradient(135deg, #ffab80, #FEFF80);