#edb6df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 182, 223
HSL
315°, 60%, 82%
CMYK
0, 23, 6, 7
Luminance
0.5679
Every format
| HEX | #edb6df |
| RGB | rgb(237, 182, 223) |
| HSL | hsl(315, 60%, 82%) |
| CMYK | cmyk(0%, 23%, 6%, 7%) |
| LAB | lab(80.1 26.4 -12.8) |
| LCH | lch(80.1 29.3 334.1) |
| OKLCH | oklch(0.838 0.083 335.6) |
Copy-ready code
/* CSS */
color: #edb6df;
background-color: #edb6df;
/* Tailwind (arbitrary) */
class="text-[#edb6df] bg-[#edb6df]"
/* SCSS */
$brand: #edb6df;
/* SwiftUI */
Color(red: 0.929, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#edb6df")Accessibility — WCAG contrast
Aa
#edb6df on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb6df on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green71.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow5.9%
Key (black)7.1%
Color previews
#edb6df text on a black background
contrast 12.36:1
Card sample
#edb6df text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb6df;
Background color
Panel with #edb6df background
background-color: #edb6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb6df; background: linear-gradient(135deg, #edb6df, #EDB6BA);