#5b2ce8
a balanced, electric violet · warm · closest name: blue
RGB
91, 44, 232
HSL
255°, 80%, 54%
CMYK
61, 81, 0, 9
Luminance
0.0985
Every format
| HEX | #5b2ce8 |
| RGB | rgb(91, 44, 232) |
| HSL | hsl(255, 80%, 54%) |
| CMYK | cmyk(61%, 81%, 0%, 9%) |
| LAB | lab(37.6 65.4 -86.0) |
| LCH | lch(37.6 108.0 307.3) |
| OKLCH | oklch(0.492 0.255 283.3) |
Copy-ready code
/* CSS */
color: #5b2ce8;
background-color: #5b2ce8;
/* Tailwind (arbitrary) */
class="text-[#5b2ce8] bg-[#5b2ce8]"
/* SCSS */
$brand: #5b2ce8;
/* SwiftUI */
Color(red: 0.357, green: 0.173, blue: 0.910)
/* Android */
Color.parseColor("#5b2ce8")Accessibility — WCAG contrast
Aa
#5b2ce8 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2ce8 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.3%
Blue91.0%
CMYK percentages
Cyan60.8%
Magenta81.0%
Yellow0.0%
Key (black)9.0%
Color previews
#5b2ce8 text on a black background
contrast 2.97:1
Card sample
#5b2ce8 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2ce8;
Background color
Panel with #5b2ce8 background
background-color: #5b2ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 44, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 44, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2ce8; background: linear-gradient(135deg, #5b2ce8, #D82CE8);