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