#eec1df
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 193, 223
HSL
320°, 57%, 85%
CMYK
0, 19, 6, 7
Luminance
0.6164
Every format
| HEX | #eec1df |
| RGB | rgb(238, 193, 223) |
| HSL | hsl(320, 57%, 85%) |
| CMYK | cmyk(0%, 19%, 6%, 7%) |
| LAB | lab(82.7 20.9 -8.8) |
| LCH | lch(82.7 22.7 337.1) |
| OKLCH | oklch(0.859 0.064 338.7) |
Copy-ready code
/* CSS */
color: #eec1df;
background-color: #eec1df;
/* Tailwind (arbitrary) */
class="text-[#eec1df] bg-[#eec1df]"
/* SCSS */
$brand: #eec1df;
/* SwiftUI */
Color(red: 0.933, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#eec1df")Accessibility — WCAG contrast
Aa
#eec1df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec1df on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green75.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow6.3%
Key (black)6.7%
Color previews
#eec1df text on a black background
contrast 13.33:1
Card sample
#eec1df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec1df;
Background color
Panel with #eec1df background
background-color: #eec1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec1df; background: linear-gradient(135deg, #eec1df, #EEC1C1);