#9b0df8
a balanced, electric violet · warm · closest name: blue
RGB
155, 13, 248
HSL
276°, 94%, 51%
CMYK
38, 95, 0, 3
Luminance
0.1403
Every format
| HEX | #9b0df8 |
| RGB | rgb(155, 13, 248) |
| HSL | hsl(276, 94%, 51%) |
| CMYK | cmyk(38%, 95%, 0%, 3%) |
| LAB | lab(44.3 82.9 -83.7) |
| LCH | lch(44.3 117.8 314.7) |
| OKLCH | oklch(0.559 0.287 303.7) |
Copy-ready code
/* CSS */
color: #9b0df8;
background-color: #9b0df8;
/* Tailwind (arbitrary) */
class="text-[#9b0df8] bg-[#9b0df8]"
/* SCSS */
$brand: #9b0df8;
/* SwiftUI */
Color(red: 0.608, green: 0.051, blue: 0.973)
/* Android */
Color.parseColor("#9b0df8")Accessibility — WCAG contrast
Aa
#9b0df8 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0df8 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.1%
Blue97.3%
CMYK percentages
Cyan37.5%
Magenta94.8%
Yellow0.0%
Key (black)2.7%
Color previews
#9b0df8 text on a black background
contrast 3.81:1
Card sample
#9b0df8 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0df8;
Background color
Panel with #9b0df8 background
background-color: #9b0df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 13, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 13, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0df8; background: linear-gradient(135deg, #9b0df8, #F80DB8);