#9629eb
a balanced, electric violet · warm · closest name: magenta
RGB
150, 41, 235
HSL
274°, 83%, 54%
CMYK
36, 83, 0, 8
Luminance
0.1407
Every format
| HEX | #9629eb |
| RGB | rgb(150, 41, 235) |
| HSL | hsl(274, 83%, 54%) |
| CMYK | cmyk(36%, 83%, 0%, 8%) |
| LAB | lab(44.3 74.1 -76.3) |
| LCH | lch(44.3 106.3 314.2) |
| OKLCH | oklch(0.554 0.262 303.8) |
Copy-ready code
/* CSS */
color: #9629eb;
background-color: #9629eb;
/* Tailwind (arbitrary) */
class="text-[#9629eb] bg-[#9629eb]"
/* SCSS */
$brand: #9629eb;
/* SwiftUI */
Color(red: 0.588, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#9629eb")Accessibility — WCAG contrast
Aa
#9629eb on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9629eb on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green16.1%
Blue92.2%
CMYK percentages
Cyan36.2%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#9629eb text on a black background
contrast 3.81:1
Card sample
#9629eb text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9629eb;
Background color
Panel with #9629eb background
background-color: #9629eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9629eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9629eb; background: linear-gradient(135deg, #9629eb, #EB29BF);