#eb7cfc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 124, 252
HSL
292°, 96%, 74%
CMYK
7, 51, 0, 1
Luminance
0.3911
Every format
| HEX | #eb7cfc |
| RGB | rgb(235, 124, 252) |
| HSL | hsl(292, 96%, 74%) |
| CMYK | cmyk(7%, 51%, 0%, 1%) |
| LAB | lab(68.8 61.0 -45.9) |
| LCH | lch(68.8 76.3 323.1) |
| OKLCH | oklch(0.757 0.207 322.2) |
Copy-ready code
/* CSS */
color: #eb7cfc;
background-color: #eb7cfc;
/* Tailwind (arbitrary) */
class="text-[#eb7cfc] bg-[#eb7cfc]"
/* SCSS */
$brand: #eb7cfc;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.988)
/* Android */
Color.parseColor("#eb7cfc")Accessibility — WCAG contrast
Aa
#eb7cfc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7cfc on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta50.8%
Yellow0.0%
Key (black)1.2%
Color previews
#eb7cfc text on a black background
contrast 8.82:1
Card sample
#eb7cfc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7cfc;
Background color
Panel with #eb7cfc background
background-color: #eb7cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7cfc; background: linear-gradient(135deg, #eb7cfc, #FC7CB8);