#edabeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 171, 235
HSL
302°, 65%, 80%
CMYK
0, 28, 1, 7
Luminance
0.5313
Every format
| HEX | #edabeb |
| RGB | rgb(237, 171, 235) |
| HSL | hsl(302, 65%, 80%) |
| CMYK | cmyk(0%, 28%, 1%, 7%) |
| LAB | lab(78.0 34.4 -22.5) |
| LCH | lch(78.0 41.1 326.8) |
| OKLCH | oklch(0.824 0.113 327.6) |
Copy-ready code
/* CSS */
color: #edabeb;
background-color: #edabeb;
/* Tailwind (arbitrary) */
class="text-[#edabeb] bg-[#edabeb]"
/* SCSS */
$brand: #edabeb;
/* SwiftUI */
Color(red: 0.929, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#edabeb")Accessibility — WCAG contrast
Aa
#edabeb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edabeb on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow0.8%
Key (black)7.1%
Color previews
#edabeb text on a black background
contrast 11.63:1
Card sample
#edabeb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edabeb;
Background color
Panel with #edabeb background
background-color: #edabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edabeb; background: linear-gradient(135deg, #edabeb, #EDABBF);