#5b2fff
a balanced, electric blue · warm · closest name: blue
RGB
91, 47, 255
HSL
253°, 100%, 59%
CMYK
64, 82, 0, 0
Luminance
0.1148
Every format
| HEX | #5b2fff |
| RGB | rgb(91, 47, 255) |
| HSL | hsl(253, 100%, 59%) |
| CMYK | cmyk(64%, 82%, 0%, 0%) |
| LAB | lab(40.4 70.3 -94.3) |
| LCH | lch(40.4 117.6 306.7) |
| OKLCH | oklch(0.518 0.277 280.4) |
Copy-ready code
/* CSS */
color: #5b2fff;
background-color: #5b2fff;
/* Tailwind (arbitrary) */
class="text-[#5b2fff] bg-[#5b2fff]"
/* SCSS */
$brand: #5b2fff;
/* SwiftUI */
Color(red: 0.357, green: 0.184, blue: 1.000)
/* Android */
Color.parseColor("#5b2fff")Accessibility — WCAG contrast
Aa
#5b2fff on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b2fff on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green18.4%
Blue100.0%
CMYK percentages
Cyan64.3%
Magenta81.6%
Yellow0.0%
Key (black)0.0%
Color previews
#5b2fff text on a black background
contrast 3.30:1
Card sample
#5b2fff text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2fff;
Background color
Panel with #5b2fff background
background-color: #5b2fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 47, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 47, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2fff; background: linear-gradient(135deg, #5b2fff, #E62FFF);