#9f33ee
a balanced, electric violet · warm · closest name: magenta
RGB
159, 51, 238
HSL
275°, 85%, 57%
CMYK
33, 79, 0, 7
Luminance
0.1591
Every format
| HEX | #9f33ee |
| RGB | rgb(159, 51, 238) |
| HSL | hsl(275, 85%, 57%) |
| CMYK | cmyk(33%, 79%, 0%, 7%) |
| LAB | lab(46.9 72.9 -73.8) |
| LCH | lch(46.9 103.8 314.6) |
| OKLCH | oklch(0.575 0.259 305.6) |
Copy-ready code
/* CSS */
color: #9f33ee;
background-color: #9f33ee;
/* Tailwind (arbitrary) */
class="text-[#9f33ee] bg-[#9f33ee]"
/* SCSS */
$brand: #9f33ee;
/* SwiftUI */
Color(red: 0.624, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#9f33ee")Accessibility — WCAG contrast
Aa
#9f33ee on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f33ee on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green20.0%
Blue93.3%
CMYK percentages
Cyan33.2%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#9f33ee text on a black background
contrast 4.18:1
Card sample
#9f33ee text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f33ee;
Background color
Panel with #9f33ee background
background-color: #9f33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f33ee; background: linear-gradient(135deg, #9f33ee, #EE33C0);