#5809df
a balanced, electric violet · warm · closest name: blue
RGB
88, 9, 223
HSL
262°, 92%, 46%
CMYK
61, 96, 0, 13
Luminance
0.0760
Every format
| HEX | #5809df |
| RGB | rgb(88, 9, 223) |
| HSL | hsl(262, 92%, 46%) |
| CMYK | cmyk(61%, 96%, 0%, 13%) |
| LAB | lab(33.1 72.3 -88.2) |
| LCH | lch(33.1 114.1 309.4) |
| OKLCH | oklch(0.458 0.263 285.1) |
Copy-ready code
/* CSS */
color: #5809df;
background-color: #5809df;
/* Tailwind (arbitrary) */
class="text-[#5809df] bg-[#5809df]"
/* SCSS */
$brand: #5809df;
/* SwiftUI */
Color(red: 0.345, green: 0.035, blue: 0.875)
/* Android */
Color.parseColor("#5809df")Accessibility — WCAG contrast
Aa
#5809df on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5809df on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green3.5%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta96.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5809df text on a black background
contrast 2.52:1
Card sample
#5809df text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5809df;
Background color
Panel with #5809df background
background-color: #5809df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5809df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 9, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 9, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5809df; background: linear-gradient(135deg, #5809df, #DF09D8);