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