#9b2ffc
a balanced, electric violet · warm · closest name: blue
RGB
155, 47, 252
HSL
272°, 97%, 59%
CMYK
39, 81, 0, 1
Luminance
0.1603
Every format
| HEX | #9b2ffc |
| RGB | rgb(155, 47, 252) |
| HSL | hsl(272, 97%, 59%) |
| CMYK | cmyk(39%, 81%, 0%, 1%) |
| LAB | lab(47.0 76.6 -81.4) |
| LCH | lch(47.0 111.8 313.2) |
| OKLCH | oklch(0.579 0.274 301.7) |
Copy-ready code
/* CSS */
color: #9b2ffc;
background-color: #9b2ffc;
/* Tailwind (arbitrary) */
class="text-[#9b2ffc] bg-[#9b2ffc]"
/* SCSS */
$brand: #9b2ffc;
/* SwiftUI */
Color(red: 0.608, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#9b2ffc")Accessibility — WCAG contrast
Aa
#9b2ffc on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2ffc on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.4%
Blue98.8%
CMYK percentages
Cyan38.5%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#9b2ffc text on a black background
contrast 4.21:1
Card sample
#9b2ffc text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2ffc;
Background color
Panel with #9b2ffc background
background-color: #9b2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2ffc; background: linear-gradient(135deg, #9b2ffc, #FC2FD4);