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