#e8afdb
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 175, 219
HSL
314°, 55%, 80%
CMYK
0, 25, 6, 9
Luminance
0.5293
Every format
| HEX | #e8afdb |
| RGB | rgb(232, 175, 219) |
| HSL | hsl(314, 55%, 80%) |
| CMYK | cmyk(0%, 25%, 6%, 9%) |
| LAB | lab(77.8 27.8 -14.1) |
| LCH | lch(77.8 31.1 333.1) |
| OKLCH | oklch(0.820 0.087 334.7) |
Copy-ready code
/* CSS */
color: #e8afdb;
background-color: #e8afdb;
/* Tailwind (arbitrary) */
class="text-[#e8afdb] bg-[#e8afdb]"
/* SCSS */
$brand: #e8afdb;
/* SwiftUI */
Color(red: 0.910, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#e8afdb")Accessibility — WCAG contrast
Aa
#e8afdb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8afdb on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green68.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow5.6%
Key (black)9.0%
Color previews
#e8afdb text on a black background
contrast 11.59:1
Card sample
#e8afdb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8afdb;
Background color
Panel with #e8afdb background
background-color: #e8afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8afdb; background: linear-gradient(135deg, #e8afdb, #E8AFB5);