#edb2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 178, 235
HSL
302°, 62%, 81%
CMYK
0, 25, 1, 7
Luminance
0.5584
Every format
| HEX | #edb2eb |
| RGB | rgb(237, 178, 235) |
| HSL | hsl(302, 62%, 81%) |
| CMYK | cmyk(0%, 25%, 1%, 7%) |
| LAB | lab(79.5 30.7 -20.1) |
| LCH | lch(79.5 36.7 326.8) |
| OKLCH | oklch(0.836 0.101 327.5) |
Copy-ready code
/* CSS */
color: #edb2eb;
background-color: #edb2eb;
/* Tailwind (arbitrary) */
class="text-[#edb2eb] bg-[#edb2eb]"
/* SCSS */
$brand: #edb2eb;
/* SwiftUI */
Color(red: 0.929, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#edb2eb")Accessibility — WCAG contrast
Aa
#edb2eb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb2eb on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow0.8%
Key (black)7.1%
Color previews
#edb2eb text on a black background
contrast 12.17:1
Card sample
#edb2eb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb2eb;
Background color
Panel with #edb2eb background
background-color: #edb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb2eb; background: linear-gradient(135deg, #edb2eb, #EDB2C4);