#9002eb
a balanced, electric violet · warm · closest name: blue
RGB
144, 2, 235
HSL
277°, 98%, 47%
CMYK
39, 99, 0, 8
Luminance
0.1197
Every format
| HEX | #9002eb |
| RGB | rgb(144, 2, 235) |
| HSL | hsl(277, 98%, 47%) |
| CMYK | cmyk(39%, 99%, 0%, 8%) |
| LAB | lab(41.2 80.3 -81.5) |
| LCH | lch(41.2 114.4 314.6) |
| OKLCH | oklch(0.531 0.278 303.0) |
Copy-ready code
/* CSS */
color: #9002eb;
background-color: #9002eb;
/* Tailwind (arbitrary) */
class="text-[#9002eb] bg-[#9002eb]"
/* SCSS */
$brand: #9002eb;
/* SwiftUI */
Color(red: 0.565, green: 0.008, blue: 0.922)
/* Android */
Color.parseColor("#9002eb")Accessibility — WCAG contrast
Aa
#9002eb on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9002eb on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green0.8%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta99.1%
Yellow0.0%
Key (black)7.8%
Color previews
#9002eb text on a black background
contrast 3.39:1
Card sample
#9002eb text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9002eb;
Background color
Panel with #9002eb background
background-color: #9002eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9002eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 2, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 2, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9002eb; background: linear-gradient(135deg, #9002eb, #EB02AB);