#ff8b88
a light, electric red · warm · closest name: salmon
RGB
255, 139, 136
HSL
2°, 100%, 77%
CMYK
0, 46, 47, 0
Luminance
0.4150
Every format
| HEX | #ff8b88 |
| RGB | rgb(255, 139, 136) |
| HSL | hsl(2, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 47%, 0%) |
| LAB | lab(70.5 43.5 21.4) |
| LCH | lch(70.5 48.5 26.2) |
| OKLCH | oklch(0.763 0.141 22.5) |
Copy-ready code
/* CSS */
color: #ff8b88;
background-color: #ff8b88;
/* Tailwind (arbitrary) */
class="text-[#ff8b88] bg-[#ff8b88]"
/* SCSS */
$brand: #ff8b88;
/* SwiftUI */
Color(red: 1.000, green: 0.545, blue: 0.533)
/* Android */
Color.parseColor("#ff8b88")Accessibility — WCAG contrast
Aa
#ff8b88 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8b88 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow46.7%
Key (black)0.0%
Color previews
#ff8b88 text on a black background
contrast 9.30:1
Card sample
#ff8b88 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8b88;
Background color
Panel with #ff8b88 background
background-color: #ff8b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 139, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 139, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8b88; background: linear-gradient(135deg, #ff8b88, #FFDA88);