#eeafd3
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 175, 211
HSL
326°, 65%, 81%
CMYK
0, 27, 11, 7
Luminance
0.5354
Every format
| HEX | #eeafd3 |
| RGB | rgb(238, 175, 211) |
| HSL | hsl(326, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 11%, 7%) |
| LAB | lab(78.2 28.4 -9.1) |
| LCH | lch(78.2 29.9 342.2) |
| OKLCH | oklch(0.823 0.086 343.9) |
Copy-ready code
/* CSS */
color: #eeafd3;
background-color: #eeafd3;
/* Tailwind (arbitrary) */
class="text-[#eeafd3] bg-[#eeafd3]"
/* SCSS */
$brand: #eeafd3;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#eeafd3")Accessibility — WCAG contrast
Aa
#eeafd3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafd3 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow11.3%
Key (black)6.7%
Color previews
#eeafd3 text on a black background
contrast 11.71:1
Card sample
#eeafd3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafd3;
Background color
Panel with #eeafd3 background
background-color: #eeafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafd3; background: linear-gradient(135deg, #eeafd3, #EEB5AF);