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