#5309c5
a dark, electric violet · warm · closest name: navy
RGB
83, 9, 197
HSL
264°, 91%, 40%
CMYK
58, 95, 0, 23
Luminance
0.0607
Every format
| HEX | #5309c5 |
| RGB | rgb(83, 9, 197) |
| HSL | hsl(264, 91%, 40%) |
| CMYK | cmyk(58%, 95%, 0%, 23%) |
| LAB | lab(29.6 66.0 -79.0) |
| LCH | lch(29.6 102.9 309.9) |
| OKLCH | oklch(0.424 0.239 287.6) |
Copy-ready code
/* CSS */
color: #5309c5;
background-color: #5309c5;
/* Tailwind (arbitrary) */
class="text-[#5309c5] bg-[#5309c5]"
/* SCSS */
$brand: #5309c5;
/* SwiftUI */
Color(red: 0.325, green: 0.035, blue: 0.773)
/* Android */
Color.parseColor("#5309c5")Accessibility — WCAG contrast
Aa
#5309c5 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5309c5 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green3.5%
Blue77.3%
CMYK percentages
Cyan57.9%
Magenta95.4%
Yellow0.0%
Key (black)22.7%
Color previews
#5309c5 text on a black background
contrast 2.21:1
Card sample
#5309c5 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5309c5;
Background color
Panel with #5309c5 background
background-color: #5309c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5309c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 9, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 9, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5309c5; background: linear-gradient(135deg, #5309c5, #C509BA);