#5b29ff
a balanced, electric blue · warm · closest name: blue
RGB
91, 41, 255
HSL
254°, 100%, 58%
CMYK
64, 84, 0, 0
Luminance
0.1103
Every format
| HEX | #5b29ff |
| RGB | rgb(91, 41, 255) |
| HSL | hsl(254, 100%, 58%) |
| CMYK | cmyk(64%, 84%, 0%, 0%) |
| LAB | lab(39.6 72.5 -95.5) |
| LCH | lch(39.6 119.9 307.2) |
| OKLCH | oklch(0.513 0.281 280.7) |
Copy-ready code
/* CSS */
color: #5b29ff;
background-color: #5b29ff;
/* Tailwind (arbitrary) */
class="text-[#5b29ff] bg-[#5b29ff]"
/* SCSS */
$brand: #5b29ff;
/* SwiftUI */
Color(red: 0.357, green: 0.161, blue: 1.000)
/* Android */
Color.parseColor("#5b29ff")Accessibility — WCAG contrast
Aa
#5b29ff on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b29ff on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green16.1%
Blue100.0%
CMYK percentages
Cyan64.3%
Magenta83.9%
Yellow0.0%
Key (black)0.0%
Color previews
#5b29ff text on a black background
contrast 3.21:1
Card sample
#5b29ff text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b29ff;
Background color
Panel with #5b29ff background
background-color: #5b29ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b29ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 41, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 41, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b29ff; background: linear-gradient(135deg, #5b29ff, #EA29FF);