#3c2aa2
a dark, vivid blue · warm · closest name: indigo
RGB
60, 42, 162
HSL
249°, 59%, 40%
CMYK
63, 74, 0, 37
Luminance
0.0523
Every format
| HEX | #3c2aa2 |
| RGB | rgb(60, 42, 162) |
| HSL | hsl(249, 59%, 40%) |
| CMYK | cmyk(63%, 74%, 0%, 37%) |
| LAB | lab(27.4 42.8 -61.8) |
| LCH | lch(27.4 75.2 304.7) |
| OKLCH | oklch(0.393 0.182 280.8) |
Copy-ready code
/* CSS */
color: #3c2aa2;
background-color: #3c2aa2;
/* Tailwind (arbitrary) */
class="text-[#3c2aa2] bg-[#3c2aa2]"
/* SCSS */
$brand: #3c2aa2;
/* SwiftUI */
Color(red: 0.235, green: 0.165, blue: 0.635)
/* Android */
Color.parseColor("#3c2aa2")Accessibility — WCAG contrast
Aa
#3c2aa2 on white: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2aa2 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green16.5%
Blue63.5%
CMYK percentages
Cyan63.0%
Magenta74.1%
Yellow0.0%
Key (black)36.5%
Color previews
#3c2aa2 text on a black background
contrast 2.05:1
Card sample
#3c2aa2 text on a white background
contrast 10.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2aa2;
Background color
Panel with #3c2aa2 background
background-color: #3c2aa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2aa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 42, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 42, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2aa2; background: linear-gradient(135deg, #3c2aa2, #8C2AA2);