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