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