#3c0eb4
a dark, electric violet · warm · closest name: navy
RGB
60, 14, 180
HSL
257°, 86%, 38%
CMYK
67, 92, 0, 29
Luminance
0.0457
Every format
| HEX | #3c0eb4 |
| RGB | rgb(60, 14, 180) |
| HSL | hsl(257, 86%, 38%) |
| CMYK | cmyk(67%, 92%, 0%, 29%) |
| LAB | lab(25.5 59.3 -75.8) |
| LCH | lch(25.5 96.2 308.0) |
| OKLCH | oklch(0.385 0.223 280.6) |
Copy-ready code
/* CSS */
color: #3c0eb4;
background-color: #3c0eb4;
/* Tailwind (arbitrary) */
class="text-[#3c0eb4] bg-[#3c0eb4]"
/* SCSS */
$brand: #3c0eb4;
/* SwiftUI */
Color(red: 0.235, green: 0.055, blue: 0.706)
/* Android */
Color.parseColor("#3c0eb4")Accessibility — WCAG contrast
Aa
#3c0eb4 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c0eb4 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green5.5%
Blue70.6%
CMYK percentages
Cyan66.7%
Magenta92.2%
Yellow0.0%
Key (black)29.4%
Color previews
#3c0eb4 text on a black background
contrast 1.91:1
Card sample
#3c0eb4 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c0eb4;
Background color
Panel with #3c0eb4 background
background-color: #3c0eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c0eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 14, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 14, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c0eb4; background: linear-gradient(135deg, #3c0eb4, #AA0EB4);