#edb5eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 181, 235
HSL
302°, 61%, 82%
CMYK
0, 24, 1, 7
Luminance
0.5705
Every format
| HEX | #edb5eb |
| RGB | rgb(237, 181, 235) |
| HSL | hsl(302, 61%, 82%) |
| CMYK | cmyk(0%, 24%, 1%, 7%) |
| LAB | lab(80.2 29.1 -19.1) |
| LCH | lch(80.2 34.8 326.7) |
| OKLCH | oklch(0.841 0.096 327.6) |
Copy-ready code
/* CSS */
color: #edb5eb;
background-color: #edb5eb;
/* Tailwind (arbitrary) */
class="text-[#edb5eb] bg-[#edb5eb]"
/* SCSS */
$brand: #edb5eb;
/* SwiftUI */
Color(red: 0.929, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#edb5eb")Accessibility — WCAG contrast
Aa
#edb5eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb5eb on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green71.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow0.8%
Key (black)7.1%
Color previews
#edb5eb text on a black background
contrast 12.41:1
Card sample
#edb5eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb5eb;
Background color
Panel with #edb5eb background
background-color: #edb5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb5eb; background: linear-gradient(135deg, #edb5eb, #EDB5C6);