#ed72f3
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 114, 243
HSL
297°, 84%, 70%
CMYK
3, 53, 0, 5
Luminance
0.3651
Every format
| HEX | #ed72f3 |
| RGB | rgb(237, 114, 243) |
| HSL | hsl(297, 84%, 70%) |
| CMYK | cmyk(3%, 53%, 0%, 5%) |
| LAB | lab(66.9 64.6 -43.9) |
| LCH | lch(66.9 78.1 325.8) |
| OKLCH | oklch(0.742 0.215 325.7) |
Copy-ready code
/* CSS */
color: #ed72f3;
background-color: #ed72f3;
/* Tailwind (arbitrary) */
class="text-[#ed72f3] bg-[#ed72f3]"
/* SCSS */
$brand: #ed72f3;
/* SwiftUI */
Color(red: 0.929, green: 0.447, blue: 0.953)
/* Android */
Color.parseColor("#ed72f3")Accessibility — WCAG contrast
Aa
#ed72f3 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed72f3 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green44.7%
Blue95.3%
CMYK percentages
Cyan2.5%
Magenta53.1%
Yellow0.0%
Key (black)4.7%
Color previews
#ed72f3 text on a black background
contrast 8.30:1
Card sample
#ed72f3 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed72f3;
Background color
Panel with #ed72f3 background
background-color: #ed72f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed72f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 114, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 114, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed72f3; background: linear-gradient(135deg, #ed72f3, #F372A3);