#eec6eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
238, 198, 235
HSL
305°, 54%, 86%
CMYK
0, 17, 1, 7
Luminance
0.6456
Every format
| HEX | #eec6eb |
| RGB | rgb(238, 198, 235) |
| HSL | hsl(305, 54%, 86%) |
| CMYK | cmyk(0%, 17%, 1%, 7%) |
| LAB | lab(84.3 20.3 -13.0) |
| LCH | lch(84.3 24.1 327.5) |
| OKLCH | oklch(0.872 0.066 328.5) |
Copy-ready code
/* CSS */
color: #eec6eb;
background-color: #eec6eb;
/* Tailwind (arbitrary) */
class="text-[#eec6eb] bg-[#eec6eb]"
/* SCSS */
$brand: #eec6eb;
/* SwiftUI */
Color(red: 0.933, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#eec6eb")Accessibility — WCAG contrast
Aa
#eec6eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec6eb on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow1.3%
Key (black)6.7%
Color previews
#eec6eb text on a black background
contrast 13.91:1
Card sample
#eec6eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec6eb;
Background color
Panel with #eec6eb background
background-color: #eec6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec6eb; background: linear-gradient(135deg, #eec6eb, #EEC6D0);