#eb8ddf
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 141, 223
HSL
308°, 70%, 74%
CMYK
0, 40, 5, 8
Luminance
0.4204
Every format
| HEX | #eb8ddf |
| RGB | rgb(235, 141, 223) |
| HSL | hsl(308, 70%, 74%) |
| CMYK | cmyk(0%, 40%, 5%, 8%) |
| LAB | lab(70.9 47.3 -26.7) |
| LCH | lch(70.9 54.4 330.5) |
| OKLCH | oklch(0.768 0.153 331.7) |
Copy-ready code
/* CSS */
color: #eb8ddf;
background-color: #eb8ddf;
/* Tailwind (arbitrary) */
class="text-[#eb8ddf] bg-[#eb8ddf]"
/* SCSS */
$brand: #eb8ddf;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#eb8ddf")Accessibility — WCAG contrast
Aa
#eb8ddf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8ddf on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow5.1%
Key (black)7.8%
Color previews
#eb8ddf text on a black background
contrast 9.41:1
Card sample
#eb8ddf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8ddf;
Background color
Panel with #eb8ddf background
background-color: #eb8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8ddf; background: linear-gradient(135deg, #eb8ddf, #EB8DA0);