#edb8df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 184, 223
HSL
316°, 60%, 83%
CMYK
0, 22, 6, 7
Luminance
0.5761
Every format
| HEX | #edb8df |
| RGB | rgb(237, 184, 223) |
| HSL | hsl(316, 60%, 83%) |
| CMYK | cmyk(0%, 22%, 6%, 7%) |
| LAB | lab(80.5 25.3 -12.1) |
| LCH | lch(80.5 28.1 334.4) |
| OKLCH | oklch(0.842 0.079 336.0) |
Copy-ready code
/* CSS */
color: #edb8df;
background-color: #edb8df;
/* Tailwind (arbitrary) */
class="text-[#edb8df] bg-[#edb8df]"
/* SCSS */
$brand: #edb8df;
/* SwiftUI */
Color(red: 0.929, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#edb8df")Accessibility — WCAG contrast
Aa
#edb8df on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb8df on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green72.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow5.9%
Key (black)7.1%
Color previews
#edb8df text on a black background
contrast 12.52:1
Card sample
#edb8df text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb8df;
Background color
Panel with #edb8df background
background-color: #edb8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb8df; background: linear-gradient(135deg, #edb8df, #EDB8BC);