#ff808c
a light, electric red · warm · closest name: salmon
RGB
255, 128, 140
HSL
354°, 100%, 75%
CMYK
0, 50, 45, 0
Luminance
0.3859
Every format
| HEX | #ff808c |
| RGB | rgb(255, 128, 140) |
| HSL | hsl(354, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 45%, 0%) |
| LAB | lab(68.5 49.3 16.3) |
| LCH | lch(68.5 51.9 18.3) |
| OKLCH | oklch(0.747 0.154 15.7) |
Copy-ready code
/* CSS */
color: #ff808c;
background-color: #ff808c;
/* Tailwind (arbitrary) */
class="text-[#ff808c] bg-[#ff808c]"
/* SCSS */
$brand: #ff808c;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.549)
/* Android */
Color.parseColor("#ff808c")Accessibility — WCAG contrast
Aa
#ff808c on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff808c on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow45.1%
Key (black)0.0%
Color previews
#ff808c text on a black background
contrast 8.72:1
Card sample
#ff808c text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff808c;
Background color
Panel with #ff808c background
background-color: #ff808c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff808c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff808c; background: linear-gradient(135deg, #ff808c, #FFC980);