#5b2dfb
a balanced, electric blue · warm · closest name: blue
RGB
91, 45, 251
HSL
253°, 96%, 58%
CMYK
64, 82, 0, 2
Luminance
0.1107
Every format
| HEX | #5b2dfb |
| RGB | rgb(91, 45, 251) |
| HSL | hsl(253, 96%, 58%) |
| CMYK | cmyk(64%, 82%, 0%, 2%) |
| LAB | lab(39.7 70.0 -93.2) |
| LCH | lch(39.7 116.5 306.9) |
| OKLCH | oklch(0.512 0.274 280.9) |
Copy-ready code
/* CSS */
color: #5b2dfb;
background-color: #5b2dfb;
/* Tailwind (arbitrary) */
class="text-[#5b2dfb] bg-[#5b2dfb]"
/* SCSS */
$brand: #5b2dfb;
/* SwiftUI */
Color(red: 0.357, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#5b2dfb")Accessibility — WCAG contrast
Aa
#5b2dfb on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b2dfb on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.6%
Blue98.4%
CMYK percentages
Cyan63.7%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#5b2dfb text on a black background
contrast 3.21:1
Card sample
#5b2dfb text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2dfb;
Background color
Panel with #5b2dfb background
background-color: #5b2dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2dfb; background: linear-gradient(135deg, #5b2dfb, #E42DFB);