#e99e9e
a light, vivid red · warm · closest name: pink
RGB
233, 158, 158
HSL
0°, 63%, 77%
CMYK
0, 32, 32, 9
Luminance
0.4425
Every format
| HEX | #e99e9e |
| RGB | rgb(233, 158, 158) |
| HSL | hsl(0, 63%, 77%) |
| CMYK | cmyk(0%, 32%, 32%, 9%) |
| LAB | lab(72.4 27.9 11.4) |
| LCH | lch(72.4 30.2 22.2) |
| OKLCH | oklch(0.773 0.090 19.3) |
Copy-ready code
/* CSS */
color: #e99e9e;
background-color: #e99e9e;
/* Tailwind (arbitrary) */
class="text-[#e99e9e] bg-[#e99e9e]"
/* SCSS */
$brand: #e99e9e;
/* SwiftUI */
Color(red: 0.914, green: 0.620, blue: 0.620)
/* Android */
Color.parseColor("#e99e9e")Accessibility — WCAG contrast
Aa
#e99e9e on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e99e9e on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green62.0%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow32.2%
Key (black)8.6%
Color previews
#e99e9e text on a black background
contrast 9.85:1
Card sample
#e99e9e text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e99e9e;
Background color
Panel with #e99e9e background
background-color: #e99e9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e99e9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 158, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 158, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e99e9e; background: linear-gradient(135deg, #e99e9e, #E9D09E);