#3c01c9
a dark, electric violet · warm · closest name: blue
RGB
60, 1, 201
HSL
258°, 99%, 40%
CMYK
70, 100, 0, 21
Luminance
0.0520
Every format
| HEX | #3c01c9 |
| RGB | rgb(60, 1, 201) |
| HSL | hsl(258, 99%, 40%) |
| CMYK | cmyk(70%, 100%, 0%, 21%) |
| LAB | lab(27.3 67.1 -85.2) |
| LCH | lch(27.3 108.5 308.2) |
| OKLCH | oklch(0.405 0.248 278.0) |
Copy-ready code
/* CSS */
color: #3c01c9;
background-color: #3c01c9;
/* Tailwind (arbitrary) */
class="text-[#3c01c9] bg-[#3c01c9]"
/* SCSS */
$brand: #3c01c9;
/* SwiftUI */
Color(red: 0.235, green: 0.004, blue: 0.788)
/* Android */
Color.parseColor("#3c01c9")Accessibility — WCAG contrast
Aa
#3c01c9 on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c01c9 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green0.4%
Blue78.8%
CMYK percentages
Cyan70.1%
Magenta99.5%
Yellow0.0%
Key (black)21.2%
Color previews
#3c01c9 text on a black background
contrast 2.04:1
Card sample
#3c01c9 text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c01c9;
Background color
Panel with #3c01c9 background
background-color: #3c01c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c01c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 1, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 1, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c01c9; background: linear-gradient(135deg, #3c01c9, #C101C9);