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