#890eee
a balanced, electric violet · warm · closest name: blue
RGB
137, 14, 238
HSL
273°, 89%, 49%
CMYK
42, 94, 0, 7
Luminance
0.1181
Every format
| HEX | #890eee |
| RGB | rgb(137, 14, 238) |
| HSL | hsl(273, 89%, 49%) |
| CMYK | cmyk(42%, 94%, 0%, 7%) |
| LAB | lab(40.9 78.9 -83.7) |
| LCH | lch(40.9 115.0 313.3) |
| OKLCH | oklch(0.528 0.276 299.8) |
Copy-ready code
/* CSS */
color: #890eee;
background-color: #890eee;
/* Tailwind (arbitrary) */
class="text-[#890eee] bg-[#890eee]"
/* SCSS */
$brand: #890eee;
/* SwiftUI */
Color(red: 0.537, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#890eee")Accessibility — WCAG contrast
Aa
#890eee on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#890eee on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green5.5%
Blue93.3%
CMYK percentages
Cyan42.4%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#890eee text on a black background
contrast 3.36:1
Card sample
#890eee text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #890eee;
Background color
Panel with #890eee background
background-color: #890eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #890eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #890eee; background: linear-gradient(135deg, #890eee, #EE0EBE);