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