#eb7bee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 123, 238
HSL
298°, 77%, 71%
CMYK
1, 48, 0, 7
Luminance
0.3800
Every format
| HEX | #eb7bee |
| RGB | rgb(235, 123, 238) |
| HSL | hsl(298, 77%, 71%) |
| CMYK | cmyk(1%, 48%, 0%, 7%) |
| LAB | lab(68.0 58.9 -39.4) |
| LCH | lch(68.0 70.9 326.2) |
| OKLCH | oklch(0.749 0.196 326.3) |
Copy-ready code
/* CSS */
color: #eb7bee;
background-color: #eb7bee;
/* Tailwind (arbitrary) */
class="text-[#eb7bee] bg-[#eb7bee]"
/* SCSS */
$brand: #eb7bee;
/* SwiftUI */
Color(red: 0.922, green: 0.482, blue: 0.933)
/* Android */
Color.parseColor("#eb7bee")Accessibility — WCAG contrast
Aa
#eb7bee on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7bee on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.2%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta48.3%
Yellow0.0%
Key (black)6.7%
Color previews
#eb7bee text on a black background
contrast 8.60:1
Card sample
#eb7bee text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7bee;
Background color
Panel with #eb7bee background
background-color: #eb7bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 123, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 123, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7bee; background: linear-gradient(135deg, #eb7bee, #EE7BA4);