#eebaf2
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 186, 242
HSL
296°, 68%, 84%
CMYK
2, 23, 0, 5
Luminance
0.5971
Every format
| HEX | #eebaf2 |
| RGB | rgb(238, 186, 242) |
| HSL | hsl(296, 68%, 84%) |
| CMYK | cmyk(2%, 23%, 0%, 5%) |
| LAB | lab(81.7 28.0 -20.6) |
| LCH | lch(81.7 34.8 323.7) |
| OKLCH | oklch(0.853 0.095 324.0) |
Copy-ready code
/* CSS */
color: #eebaf2;
background-color: #eebaf2;
/* Tailwind (arbitrary) */
class="text-[#eebaf2] bg-[#eebaf2]"
/* SCSS */
$brand: #eebaf2;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#eebaf2")Accessibility — WCAG contrast
Aa
#eebaf2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebaf2 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#eebaf2 text on a black background
contrast 12.94:1
Card sample
#eebaf2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebaf2;
Background color
Panel with #eebaf2 background
background-color: #eebaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebaf2; background: linear-gradient(135deg, #eebaf2, #F2BAD1);