#3a03cc
a dark, electric violet · warm · closest name: blue
RGB
58, 3, 204
HSL
256°, 97%, 41%
CMYK
72, 99, 0, 20
Luminance
0.0532
Every format
| HEX | #3a03cc |
| RGB | rgb(58, 3, 204) |
| HSL | hsl(256, 97%, 41%) |
| CMYK | cmyk(72%, 99%, 0%, 20%) |
| LAB | lab(27.6 67.3 -86.4) |
| LCH | lch(27.6 109.5 307.9) |
| OKLCH | oklch(0.408 0.251 276.8) |
Copy-ready code
/* CSS */
color: #3a03cc;
background-color: #3a03cc;
/* Tailwind (arbitrary) */
class="text-[#3a03cc] bg-[#3a03cc]"
/* SCSS */
$brand: #3a03cc;
/* SwiftUI */
Color(red: 0.227, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#3a03cc")Accessibility — WCAG contrast
Aa
#3a03cc on white: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a03cc on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green1.2%
Blue80.0%
CMYK percentages
Cyan71.6%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#3a03cc text on a black background
contrast 2.06:1
Card sample
#3a03cc text on a white background
contrast 10.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a03cc;
Background color
Panel with #3a03cc background
background-color: #3a03cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a03cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a03cc; background: linear-gradient(135deg, #3a03cc, #C003CC);