#3c008c
a dark, electric violet · warm · closest name: indigo
RGB
60, 0, 140
HSL
266°, 100%, 28%
CMYK
57, 100, 0, 45
Luminance
0.0285
Every format
| HEX | #3c008c |
| RGB | rgb(60, 0, 140) |
| HSL | hsl(266, 100%, 28%) |
| CMYK | cmyk(57%, 100%, 0%, 45%) |
| LAB | lab(19.4 52.7 -61.4) |
| LCH | lch(19.4 80.9 310.6) |
| OKLCH | oklch(0.331 0.188 289.7) |
Copy-ready code
/* CSS */
color: #3c008c;
background-color: #3c008c;
/* Tailwind (arbitrary) */
class="text-[#3c008c] bg-[#3c008c]"
/* SCSS */
$brand: #3c008c;
/* SwiftUI */
Color(red: 0.235, green: 0.000, blue: 0.549)
/* Android */
Color.parseColor("#3c008c")Accessibility — WCAG contrast
Aa
#3c008c on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c008c on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green0.0%
Blue54.9%
CMYK percentages
Cyan57.1%
Magenta100.0%
Yellow0.0%
Key (black)45.1%
Color previews
#3c008c text on a black background
contrast 1.57:1
Card sample
#3c008c text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c008c;
Background color
Panel with #3c008c background
background-color: #3c008c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c008c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 0, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 0, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c008c; background: linear-gradient(135deg, #3c008c, #8C007F);