#3c01b2
a dark, electric violet · warm · closest name: navy
RGB
60, 1, 178
HSL
260°, 99%, 35%
CMYK
66, 99, 0, 30
Luminance
0.0420
Every format
| HEX | #3c01b2 |
| RGB | rgb(60, 1, 178) |
| HSL | hsl(260, 99%, 35%) |
| CMYK | cmyk(66%, 99%, 0%, 30%) |
| LAB | lab(24.3 61.6 -76.5) |
| LCH | lch(24.3 98.2 308.8) |
| OKLCH | oklch(0.377 0.225 281.4) |
Copy-ready code
/* CSS */
color: #3c01b2;
background-color: #3c01b2;
/* Tailwind (arbitrary) */
class="text-[#3c01b2] bg-[#3c01b2]"
/* SCSS */
$brand: #3c01b2;
/* SwiftUI */
Color(red: 0.235, green: 0.004, blue: 0.698)
/* Android */
Color.parseColor("#3c01b2")Accessibility — WCAG contrast
Aa
#3c01b2 on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c01b2 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green0.4%
Blue69.8%
CMYK percentages
Cyan66.3%
Magenta99.4%
Yellow0.0%
Key (black)30.2%
Color previews
#3c01b2 text on a black background
contrast 1.84:1
Card sample
#3c01b2 text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c01b2;
Background color
Panel with #3c01b2 background
background-color: #3c01b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c01b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 1, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 1, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c01b2; background: linear-gradient(135deg, #3c01b2, #B201B2);