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