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