#eb72ee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 114, 238
HSL
299°, 79%, 69%
CMYK
1, 52, 0, 7
Luminance
0.3587
Every format
| HEX | #eb72ee |
| RGB | rgb(235, 114, 238) |
| HSL | hsl(299, 79%, 69%) |
| CMYK | cmyk(1%, 52%, 0%, 7%) |
| LAB | lab(66.4 63.2 -42.0) |
| LCH | lch(66.4 75.8 326.4) |
| OKLCH | oklch(0.737 0.209 326.5) |
Copy-ready code
/* CSS */
color: #eb72ee;
background-color: #eb72ee;
/* Tailwind (arbitrary) */
class="text-[#eb72ee] bg-[#eb72ee]"
/* SCSS */
$brand: #eb72ee;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.933)
/* Android */
Color.parseColor("#eb72ee")Accessibility — WCAG contrast
Aa
#eb72ee on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb72ee on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta52.1%
Yellow0.0%
Key (black)6.7%
Color previews
#eb72ee text on a black background
contrast 8.17:1
Card sample
#eb72ee text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb72ee;
Background color
Panel with #eb72ee background
background-color: #eb72ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb72ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb72ee; background: linear-gradient(135deg, #eb72ee, #EE729E);