#e6afdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
230, 175, 223
HSL
308°, 52%, 79%
CMYK
0, 24, 3, 10
Luminance
0.5281
Every format
| HEX | #e6afdf |
| RGB | rgb(230, 175, 223) |
| HSL | hsl(308, 52%, 79%) |
| CMYK | cmyk(0%, 24%, 3%, 10%) |
| LAB | lab(77.8 27.8 -16.3) |
| LCH | lch(77.8 32.2 329.5) |
| OKLCH | oklch(0.819 0.089 330.7) |
Copy-ready code
/* CSS */
color: #e6afdf;
background-color: #e6afdf;
/* Tailwind (arbitrary) */
class="text-[#e6afdf] bg-[#e6afdf]"
/* SCSS */
$brand: #e6afdf;
/* SwiftUI */
Color(red: 0.902, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#e6afdf")Accessibility — WCAG contrast
Aa
#e6afdf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6afdf on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow3.0%
Key (black)9.8%
Color previews
#e6afdf text on a black background
contrast 11.56:1
Card sample
#e6afdf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6afdf;
Background color
Panel with #e6afdf background
background-color: #e6afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6afdf; background: linear-gradient(135deg, #e6afdf, #E6AFBA);