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