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