#5903cc
a dark, electric violet · warm · closest name: blue
RGB
89, 3, 204
HSL
266°, 97%, 41%
CMYK
56, 99, 0, 20
Luminance
0.0655
Every format
| HEX | #5903cc |
| RGB | rgb(89, 3, 204) |
| HSL | hsl(266, 97%, 41%) |
| CMYK | cmyk(56%, 99%, 0%, 20%) |
| LAB | lab(30.8 69.0 -81.1) |
| LCH | lch(30.8 106.5 310.4) |
| OKLCH | oklch(0.436 0.247 288.9) |
Copy-ready code
/* CSS */
color: #5903cc;
background-color: #5903cc;
/* Tailwind (arbitrary) */
class="text-[#5903cc] bg-[#5903cc]"
/* SCSS */
$brand: #5903cc;
/* SwiftUI */
Color(red: 0.349, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#5903cc")Accessibility — WCAG contrast
Aa
#5903cc on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5903cc on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green1.2%
Blue80.0%
CMYK percentages
Cyan56.4%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#5903cc text on a black background
contrast 2.31:1
Card sample
#5903cc text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5903cc;
Background color
Panel with #5903cc background
background-color: #5903cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5903cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5903cc; background: linear-gradient(135deg, #5903cc, #CC03B9);