#ee9f9f
a light, vivid red · warm · closest name: pink
RGB
238, 159, 159
HSL
0°, 70%, 78%
CMYK
0, 33, 33, 7
Luminance
0.4548
Every format
| HEX | #ee9f9f |
| RGB | rgb(238, 159, 159) |
| HSL | hsl(0, 70%, 78%) |
| CMYK | cmyk(0%, 33%, 33%, 7%) |
| LAB | lab(73.2 29.4 12.1) |
| LCH | lch(73.2 31.8 22.4) |
| OKLCH | oklch(0.780 0.095 19.4) |
Copy-ready code
/* CSS */
color: #ee9f9f;
background-color: #ee9f9f;
/* Tailwind (arbitrary) */
class="text-[#ee9f9f] bg-[#ee9f9f]"
/* SCSS */
$brand: #ee9f9f;
/* SwiftUI */
Color(red: 0.933, green: 0.624, blue: 0.624)
/* Android */
Color.parseColor("#ee9f9f")Accessibility — WCAG contrast
Aa
#ee9f9f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9f9f on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green62.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow33.2%
Key (black)6.7%
Color previews
#ee9f9f text on a black background
contrast 10.10:1
Card sample
#ee9f9f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9f9f;
Background color
Panel with #ee9f9f background
background-color: #ee9f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 159, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 159, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9f9f; background: linear-gradient(135deg, #ee9f9f, #EED49F);