#ff8e9b
a light, electric red · warm · closest name: salmon
RGB
255, 142, 155
HSL
353°, 100%, 78%
CMYK
0, 44, 39, 0
Luminance
0.4297
Every format
| HEX | #ff8e9b |
| RGB | rgb(255, 142, 155) |
| HSL | hsl(353, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 39%, 0%) |
| LAB | lab(71.5 43.9 12.2) |
| LCH | lch(71.5 45.6 15.6) |
| OKLCH | oklch(0.772 0.137 13.5) |
Copy-ready code
/* CSS */
color: #ff8e9b;
background-color: #ff8e9b;
/* Tailwind (arbitrary) */
class="text-[#ff8e9b] bg-[#ff8e9b]"
/* SCSS */
$brand: #ff8e9b;
/* SwiftUI */
Color(red: 1.000, green: 0.557, blue: 0.608)
/* Android */
Color.parseColor("#ff8e9b")Accessibility — WCAG contrast
Aa
#ff8e9b on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8e9b on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green55.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow39.2%
Key (black)0.0%
Color previews
#ff8e9b text on a black background
contrast 9.59:1
Card sample
#ff8e9b text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8e9b;
Background color
Panel with #ff8e9b background
background-color: #ff8e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 142, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 142, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8e9b; background: linear-gradient(135deg, #ff8e9b, #FFCC8E);