#edb2df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 178, 223
HSL
314°, 62%, 81%
CMYK
0, 25, 6, 7
Luminance
0.5517
Every format
| HEX | #edb2df |
| RGB | rgb(237, 178, 223) |
| HSL | hsl(314, 62%, 81%) |
| CMYK | cmyk(0%, 25%, 6%, 7%) |
| LAB | lab(79.1 28.5 -14.2) |
| LCH | lch(79.1 31.9 333.5) |
| OKLCH | oklch(0.831 0.090 335.1) |
Copy-ready code
/* CSS */
color: #edb2df;
background-color: #edb2df;
/* Tailwind (arbitrary) */
class="text-[#edb2df] bg-[#edb2df]"
/* SCSS */
$brand: #edb2df;
/* SwiftUI */
Color(red: 0.929, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#edb2df")Accessibility — WCAG contrast
Aa
#edb2df on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb2df on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green69.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow5.9%
Key (black)7.1%
Color previews
#edb2df text on a black background
contrast 12.03:1
Card sample
#edb2df text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb2df;
Background color
Panel with #edb2df background
background-color: #edb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb2df; background: linear-gradient(135deg, #edb2df, #EDB2B8);