#e6adef
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 173, 239
HSL
292°, 67%, 81%
CMYK
4, 28, 0, 6
Luminance
0.5294
Every format
| HEX | #e6adef |
| RGB | rgb(230, 173, 239) |
| HSL | hsl(292, 67%, 81%) |
| CMYK | cmyk(4%, 28%, 0%, 6%) |
| LAB | lab(77.8 31.8 -24.9) |
| LCH | lch(77.8 40.4 322.0) |
| OKLCH | oklch(0.822 0.109 321.8) |
Copy-ready code
/* CSS */
color: #e6adef;
background-color: #e6adef;
/* Tailwind (arbitrary) */
class="text-[#e6adef] bg-[#e6adef]"
/* SCSS */
$brand: #e6adef;
/* SwiftUI */
Color(red: 0.902, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#e6adef")Accessibility — WCAG contrast
Aa
#e6adef on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6adef on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green67.8%
Blue93.7%
CMYK percentages
Cyan3.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#e6adef text on a black background
contrast 11.59:1
Card sample
#e6adef text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6adef;
Background color
Panel with #e6adef background
background-color: #e6adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6adef; background: linear-gradient(135deg, #e6adef, #EFADCC);