#eeace7
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 172, 231
HSL
306°, 66%, 80%
CMYK
0, 28, 3, 7
Luminance
0.5345
Every format
| HEX | #eeace7 |
| RGB | rgb(238, 172, 231) |
| HSL | hsl(306, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 3%, 7%) |
| LAB | lab(78.1 33.5 -20.0) |
| LCH | lch(78.1 39.0 329.1) |
| OKLCH | oklch(0.825 0.108 330.2) |
Copy-ready code
/* CSS */
color: #eeace7;
background-color: #eeace7;
/* Tailwind (arbitrary) */
class="text-[#eeace7] bg-[#eeace7]"
/* SCSS */
$brand: #eeace7;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#eeace7")Accessibility — WCAG contrast
Aa
#eeace7 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeace7 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow2.9%
Key (black)6.7%
Color previews
#eeace7 text on a black background
contrast 11.69:1
Card sample
#eeace7 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeace7;
Background color
Panel with #eeace7 background
background-color: #eeace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeace7; background: linear-gradient(135deg, #eeace7, #EEACBB);