#ed72be
a light, electric magenta / pink · warm · closest name: orchid
RGB
237, 114, 190
HSL
323°, 77%, 69%
CMYK
0, 52, 20, 7
Luminance
0.3376
Every format
| HEX | #ed72be |
| RGB | rgb(237, 114, 190) |
| HSL | hsl(323, 77%, 69%) |
| CMYK | cmyk(0%, 52%, 20%, 7%) |
| LAB | lab(64.8 56.1 -17.6) |
| LCH | lch(64.8 58.8 342.5) |
| OKLCH | oklch(0.719 0.174 344.4) |
Copy-ready code
/* CSS */
color: #ed72be;
background-color: #ed72be;
/* Tailwind (arbitrary) */
class="text-[#ed72be] bg-[#ed72be]"
/* SCSS */
$brand: #ed72be;
/* SwiftUI */
Color(red: 0.929, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#ed72be")Accessibility — WCAG contrast
Aa
#ed72be on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed72be on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow19.8%
Key (black)7.1%
Color previews
#ed72be text on a black background
contrast 7.75:1
Card sample
#ed72be text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed72be;
Background color
Panel with #ed72be background
background-color: #ed72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed72be; background: linear-gradient(135deg, #ed72be, #ED7872);