#e085eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
224, 133, 235
HSL
294°, 72%, 72%
CMYK
5, 43, 0, 8
Luminance
0.3862
Every format
| HEX | #e085eb |
| RGB | rgb(224, 133, 235) |
| HSL | hsl(294, 72%, 72%) |
| CMYK | cmyk(5%, 43%, 0%, 8%) |
| LAB | lab(68.5 50.3 -37.2) |
| LCH | lch(68.5 62.5 323.5) |
| OKLCH | oklch(0.749 0.170 323.1) |
Copy-ready code
/* CSS */
color: #e085eb;
background-color: #e085eb;
/* Tailwind (arbitrary) */
class="text-[#e085eb] bg-[#e085eb]"
/* SCSS */
$brand: #e085eb;
/* SwiftUI */
Color(red: 0.878, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#e085eb")Accessibility — WCAG contrast
Aa
#e085eb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e085eb on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green52.2%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e085eb text on a black background
contrast 8.72:1
Card sample
#e085eb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e085eb;
Background color
Panel with #e085eb background
background-color: #e085eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e085eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e085eb; background: linear-gradient(135deg, #e085eb, #EB85B2);