#eb7cdf
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 124, 223
HSL
307°, 74%, 70%
CMYK
0, 47, 5, 8
Luminance
0.3741
Every format
| HEX | #eb7cdf |
| RGB | rgb(235, 124, 223) |
| HSL | hsl(307, 74%, 70%) |
| CMYK | cmyk(0%, 47%, 5%, 8%) |
| LAB | lab(67.6 55.9 -31.8) |
| LCH | lch(67.6 64.3 330.3) |
| OKLCH | oklch(0.743 0.181 331.4) |
Copy-ready code
/* CSS */
color: #eb7cdf;
background-color: #eb7cdf;
/* Tailwind (arbitrary) */
class="text-[#eb7cdf] bg-[#eb7cdf]"
/* SCSS */
$brand: #eb7cdf;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#eb7cdf")Accessibility — WCAG contrast
Aa
#eb7cdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7cdf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow5.1%
Key (black)7.8%
Color previews
#eb7cdf text on a black background
contrast 8.48:1
Card sample
#eb7cdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7cdf;
Background color
Panel with #eb7cdf background
background-color: #eb7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7cdf; background: linear-gradient(135deg, #eb7cdf, #EB7C95);