#eeacac
a light, vivid red · warm · closest name: pink
RGB
238, 172, 172
HSL
0°, 66%, 80%
CMYK
0, 28, 28, 7
Luminance
0.5066
Every format
| HEX | #eeacac |
| RGB | rgb(238, 172, 172) |
| HSL | hsl(0, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 28%, 7%) |
| LAB | lab(76.5 24.2 9.6) |
| LCH | lch(76.5 26.0 21.7) |
| OKLCH | oklch(0.806 0.078 18.9) |
Copy-ready code
/* CSS */
color: #eeacac;
background-color: #eeacac;
/* Tailwind (arbitrary) */
class="text-[#eeacac] bg-[#eeacac]"
/* SCSS */
$brand: #eeacac;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#eeacac")Accessibility — WCAG contrast
Aa
#eeacac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeacac on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow27.7%
Key (black)6.7%
Color previews
#eeacac text on a black background
contrast 11.13:1
Card sample
#eeacac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeacac;
Background color
Panel with #eeacac background
background-color: #eeacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeacac; background: linear-gradient(135deg, #eeacac, #EED8AC);