#3c0b7d
a dark, electric violet · warm · closest name: indigo
RGB
60, 11, 125
HSL
266°, 84%, 27%
CMYK
52, 91, 0, 51
Luminance
0.0268
Every format
| HEX | #3c0b7d |
| RGB | rgb(60, 11, 125) |
| HSL | hsl(266, 84%, 27%) |
| CMYK | cmyk(52%, 91%, 0%, 51%) |
| LAB | lab(18.7 45.9 -53.1) |
| LCH | lch(18.7 70.2 310.8) |
| OKLCH | oklch(0.321 0.166 293.4) |
Copy-ready code
/* CSS */
color: #3c0b7d;
background-color: #3c0b7d;
/* Tailwind (arbitrary) */
class="text-[#3c0b7d] bg-[#3c0b7d]"
/* SCSS */
$brand: #3c0b7d;
/* SwiftUI */
Color(red: 0.235, green: 0.043, blue: 0.490)
/* Android */
Color.parseColor("#3c0b7d")Accessibility — WCAG contrast
Aa
#3c0b7d on white: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c0b7d on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green4.3%
Blue49.0%
CMYK percentages
Cyan52.0%
Magenta91.2%
Yellow0.0%
Key (black)51.0%
Color previews
#3c0b7d text on a black background
contrast 1.54:1
Card sample
#3c0b7d text on a white background
contrast 13.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c0b7d;
Background color
Panel with #3c0b7d background
background-color: #3c0b7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c0b7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 11, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 11, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c0b7d; background: linear-gradient(135deg, #3c0b7d, #7D0B72);