#ff8c80
a light, electric red · warm · closest name: salmon
RGB
255, 140, 128
HSL
6°, 100%, 75%
CMYK
0, 45, 50, 0
Luminance
0.4157
Every format
| HEX | #ff8c80 |
| RGB | rgb(255, 140, 128) |
| HSL | hsl(6, 100%, 75%) |
| CMYK | cmyk(0%, 45%, 50%, 0%) |
| LAB | lab(70.6 42.2 25.9) |
| LCH | lch(70.6 49.5 31.5) |
| OKLCH | oklch(0.762 0.141 27.1) |
Copy-ready code
/* CSS */
color: #ff8c80;
background-color: #ff8c80;
/* Tailwind (arbitrary) */
class="text-[#ff8c80] bg-[#ff8c80]"
/* SCSS */
$brand: #ff8c80;
/* SwiftUI */
Color(red: 1.000, green: 0.549, blue: 0.502)
/* Android */
Color.parseColor("#ff8c80")Accessibility — WCAG contrast
Aa
#ff8c80 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8c80 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.9%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow49.8%
Key (black)0.0%
Color previews
#ff8c80 text on a black background
contrast 9.31:1
Card sample
#ff8c80 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8c80;
Background color
Panel with #ff8c80 background
background-color: #ff8c80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8c80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 140, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 140, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8c80; background: linear-gradient(135deg, #ff8c80, #FFE180);