#8900eb
a balanced, electric violet · warm · closest name: blue
RGB
137, 0, 235
HSL
275°, 100%, 46%
CMYK
42, 100, 0, 8
Luminance
0.1132
Every format
| HEX | #8900eb |
| RGB | rgb(137, 0, 235) |
| HSL | hsl(275, 100%, 46%) |
| CMYK | cmyk(42%, 100%, 0%, 8%) |
| LAB | lab(40.1 79.8 -83.3) |
| LCH | lch(40.1 115.4 313.8) |
| OKLCH | oklch(0.522 0.277 300.7) |
Copy-ready code
/* CSS */
color: #8900eb;
background-color: #8900eb;
/* Tailwind (arbitrary) */
class="text-[#8900eb] bg-[#8900eb]"
/* SCSS */
$brand: #8900eb;
/* SwiftUI */
Color(red: 0.537, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#8900eb")Accessibility — WCAG contrast
Aa
#8900eb on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8900eb on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green0.0%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8900eb text on a black background
contrast 3.26:1
Card sample
#8900eb text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8900eb;
Background color
Panel with #8900eb background
background-color: #8900eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8900eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8900eb; background: linear-gradient(135deg, #8900eb, #EB00B0);