#e494f6
a light, electric violet · warm · closest name: violet
RGB
228, 148, 246
HSL
289°, 85%, 77%
CMYK
7, 40, 0, 4
Luminance
0.4433
Every format
| HEX | #e494f6 |
| RGB | rgb(228, 148, 246) |
| HSL | hsl(289, 85%, 77%) |
| CMYK | cmyk(7%, 40%, 0%, 4%) |
| LAB | lab(72.5 45.8 -37.0) |
| LCH | lch(72.5 58.9 321.1) |
| OKLCH | oklch(0.781 0.158 320.1) |
Copy-ready code
/* CSS */
color: #e494f6;
background-color: #e494f6;
/* Tailwind (arbitrary) */
class="text-[#e494f6] bg-[#e494f6]"
/* SCSS */
$brand: #e494f6;
/* SwiftUI */
Color(red: 0.894, green: 0.580, blue: 0.965)
/* Android */
Color.parseColor("#e494f6")Accessibility — WCAG contrast
Aa
#e494f6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e494f6 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green58.0%
Blue96.5%
CMYK percentages
Cyan7.3%
Magenta39.8%
Yellow0.0%
Key (black)3.5%
Color previews
#e494f6 text on a black background
contrast 9.87:1
Card sample
#e494f6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e494f6;
Background color
Panel with #e494f6 background
background-color: #e494f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e494f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 148, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 148, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e494f6; background: linear-gradient(135deg, #e494f6, #F694C7);