#eec3ee
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 195, 238
HSL
300°, 56%, 85%
CMYK
0, 18, 0, 7
Luminance
0.6338
Every format
| HEX | #eec3ee |
| RGB | rgb(238, 195, 238) |
| HSL | hsl(300, 56%, 85%) |
| CMYK | cmyk(0%, 18%, 0%, 7%) |
| LAB | lab(83.6 22.5 -15.5) |
| LCH | lch(83.6 27.3 325.4) |
| OKLCH | oklch(0.868 0.075 326.2) |
Copy-ready code
/* CSS */
color: #eec3ee;
background-color: #eec3ee;
/* Tailwind (arbitrary) */
class="text-[#eec3ee] bg-[#eec3ee]"
/* SCSS */
$brand: #eec3ee;
/* SwiftUI */
Color(red: 0.933, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#eec3ee")Accessibility — WCAG contrast
Aa
#eec3ee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec3ee on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#eec3ee text on a black background
contrast 13.68:1
Card sample
#eec3ee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec3ee;
Background color
Panel with #eec3ee background
background-color: #eec3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec3ee; background: linear-gradient(135deg, #eec3ee, #EEC3D1);