#e08df7
a light, electric violet · warm · closest name: violet
RGB
224, 141, 247
HSL
287°, 87%, 76%
CMYK
9, 43, 0, 3
Luminance
0.4161
Every format
| HEX | #e08df7 |
| RGB | rgb(224, 141, 247) |
| HSL | hsl(287, 87%, 76%) |
| CMYK | cmyk(9%, 43%, 0%, 3%) |
| LAB | lab(70.6 48.5 -40.5) |
| LCH | lch(70.6 63.1 320.2) |
| OKLCH | oklch(0.766 0.169 318.7) |
Copy-ready code
/* CSS */
color: #e08df7;
background-color: #e08df7;
/* Tailwind (arbitrary) */
class="text-[#e08df7] bg-[#e08df7]"
/* SCSS */
$brand: #e08df7;
/* SwiftUI */
Color(red: 0.878, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#e08df7")Accessibility — WCAG contrast
Aa
#e08df7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e08df7 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green55.3%
Blue96.9%
CMYK percentages
Cyan9.3%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#e08df7 text on a black background
contrast 9.32:1
Card sample
#e08df7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e08df7;
Background color
Panel with #e08df7 background
background-color: #e08df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e08df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e08df7; background: linear-gradient(135deg, #e08df7, #F78DC7);