#5909cf
a dark, electric violet · warm · closest name: blue
RGB
89, 9, 207
HSL
264°, 92%, 42%
CMYK
57, 96, 0, 19
Luminance
0.0682
Every format
| HEX | #5909cf |
| RGB | rgb(89, 9, 207) |
| HSL | hsl(264, 92%, 42%) |
| CMYK | cmyk(57%, 96%, 0%, 19%) |
| LAB | lab(31.4 68.7 -81.8) |
| LCH | lch(31.4 106.8 310.0) |
| OKLCH | oklch(0.441 0.248 288.2) |
Copy-ready code
/* CSS */
color: #5909cf;
background-color: #5909cf;
/* Tailwind (arbitrary) */
class="text-[#5909cf] bg-[#5909cf]"
/* SCSS */
$brand: #5909cf;
/* SwiftUI */
Color(red: 0.349, green: 0.035, blue: 0.812)
/* Android */
Color.parseColor("#5909cf")Accessibility — WCAG contrast
Aa
#5909cf on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5909cf on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green3.5%
Blue81.2%
CMYK percentages
Cyan57.0%
Magenta95.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5909cf text on a black background
contrast 2.36:1
Card sample
#5909cf text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5909cf;
Background color
Panel with #5909cf background
background-color: #5909cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5909cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 9, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 9, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5909cf; background: linear-gradient(135deg, #5909cf, #CF09C1);