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