#9922ee
a balanced, electric violet · warm · closest name: magenta
RGB
153, 34, 238
HSL
275°, 86%, 53%
CMYK
36, 86, 0, 7
Luminance
0.1409
Every format
| HEX | #9922ee |
| RGB | rgb(153, 34, 238) |
| HSL | hsl(275, 86%, 53%) |
| CMYK | cmyk(36%, 86%, 0%, 7%) |
| LAB | lab(44.4 77.0 -77.9) |
| LCH | lch(44.4 109.5 314.6) |
| OKLCH | oklch(0.556 0.270 304.5) |
Copy-ready code
/* CSS */
color: #9922ee;
background-color: #9922ee;
/* Tailwind (arbitrary) */
class="text-[#9922ee] bg-[#9922ee]"
/* SCSS */
$brand: #9922ee;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#9922ee")Accessibility — WCAG contrast
Aa
#9922ee on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9922ee on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#9922ee text on a black background
contrast 3.82:1
Card sample
#9922ee text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9922ee;
Background color
Panel with #9922ee background
background-color: #9922ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9922ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9922ee; background: linear-gradient(135deg, #9922ee, #EE22BB);