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