#e7afdb
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 175, 219
HSL
313°, 54%, 80%
CMYK
0, 24, 5, 9
Luminance
0.5276
Every format
| HEX | #e7afdb |
| RGB | rgb(231, 175, 219) |
| HSL | hsl(313, 54%, 80%) |
| CMYK | cmyk(0%, 24%, 5%, 9%) |
| LAB | lab(77.7 27.4 -14.2) |
| LCH | lch(77.7 30.9 332.6) |
| OKLCH | oklch(0.819 0.087 334.1) |
Copy-ready code
/* CSS */
color: #e7afdb;
background-color: #e7afdb;
/* Tailwind (arbitrary) */
class="text-[#e7afdb] bg-[#e7afdb]"
/* SCSS */
$brand: #e7afdb;
/* SwiftUI */
Color(red: 0.906, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#e7afdb")Accessibility — WCAG contrast
Aa
#e7afdb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7afdb on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green68.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow5.2%
Key (black)9.4%
Color previews
#e7afdb text on a black background
contrast 11.55:1
Card sample
#e7afdb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7afdb;
Background color
Panel with #e7afdb background
background-color: #e7afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7afdb; background: linear-gradient(135deg, #e7afdb, #E7AFB6);