#9c33ff
a balanced, electric violet · warm · closest name: blue
RGB
156, 51, 255
HSL
271°, 100%, 60%
CMYK
39, 80, 0, 0
Luminance
0.1666
Every format
| HEX | #9c33ff |
| RGB | rgb(156, 51, 255) |
| HSL | hsl(271, 100%, 60%) |
| CMYK | cmyk(39%, 80%, 0%, 0%) |
| LAB | lab(47.8 76.1 -81.8) |
| LCH | lch(47.8 111.7 312.9) |
| OKLCH | oklch(0.585 0.273 301.2) |
Copy-ready code
/* CSS */
color: #9c33ff;
background-color: #9c33ff;
/* Tailwind (arbitrary) */
class="text-[#9c33ff] bg-[#9c33ff]"
/* SCSS */
$brand: #9c33ff;
/* SwiftUI */
Color(red: 0.612, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#9c33ff")Accessibility — WCAG contrast
Aa
#9c33ff on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c33ff on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green20.0%
Blue100.0%
CMYK percentages
Cyan38.8%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9c33ff text on a black background
contrast 4.33:1
Card sample
#9c33ff text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c33ff;
Background color
Panel with #9c33ff background
background-color: #9c33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c33ff; background: linear-gradient(135deg, #9c33ff, #FF33DA);