#5c1fda
a balanced, electric violet · warm · closest name: blue
RGB
92, 31, 218
HSL
260°, 75%, 49%
CMYK
58, 86, 0, 15
Luminance
0.0832
Every format
| HEX | #5c1fda |
| RGB | rgb(92, 31, 218) |
| HSL | hsl(260, 75%, 49%) |
| CMYK | cmyk(58%, 86%, 0%, 15%) |
| LAB | lab(34.6 66.5 -82.8) |
| LCH | lch(34.6 106.2 308.8) |
| OKLCH | oklch(0.467 0.249 286.5) |
Copy-ready code
/* CSS */
color: #5c1fda;
background-color: #5c1fda;
/* Tailwind (arbitrary) */
class="text-[#5c1fda] bg-[#5c1fda]"
/* SCSS */
$brand: #5c1fda;
/* SwiftUI */
Color(red: 0.361, green: 0.122, blue: 0.855)
/* Android */
Color.parseColor("#5c1fda")Accessibility — WCAG contrast
Aa
#5c1fda on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c1fda on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green12.2%
Blue85.5%
CMYK percentages
Cyan57.8%
Magenta85.8%
Yellow0.0%
Key (black)14.5%
Color previews
#5c1fda text on a black background
contrast 2.66:1
Card sample
#5c1fda text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c1fda;
Background color
Panel with #5c1fda background
background-color: #5c1fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c1fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 31, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 31, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c1fda; background: linear-gradient(135deg, #5c1fda, #D91FDA);