#e6afeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 175, 235
HSL
295°, 60%, 80%
CMYK
2, 26, 0, 8
Luminance
0.5348
Every format
| HEX | #e6afeb |
| RGB | rgb(230, 175, 235) |
| HSL | hsl(295, 60%, 80%) |
| CMYK | cmyk(2%, 26%, 0%, 8%) |
| LAB | lab(78.2 30.0 -22.2) |
| LCH | lch(78.2 37.3 323.4) |
| OKLCH | oklch(0.824 0.102 323.7) |
Copy-ready code
/* CSS */
color: #e6afeb;
background-color: #e6afeb;
/* Tailwind (arbitrary) */
class="text-[#e6afeb] bg-[#e6afeb]"
/* SCSS */
$brand: #e6afeb;
/* SwiftUI */
Color(red: 0.902, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#e6afeb")Accessibility — WCAG contrast
Aa
#e6afeb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6afeb on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e6afeb text on a black background
contrast 11.70:1
Card sample
#e6afeb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6afeb;
Background color
Panel with #e6afeb background
background-color: #e6afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6afeb; background: linear-gradient(135deg, #e6afeb, #EBAFC8);