#3c2cad
a dark, vivid blue · warm · closest name: navy
RGB
60, 44, 173
HSL
247°, 59%, 43%
CMYK
65, 75, 0, 32
Luminance
0.0578
Every format
| HEX | #3c2cad |
| RGB | rgb(60, 44, 173) |
| HSL | hsl(247, 59%, 43%) |
| CMYK | cmyk(65%, 75%, 0%, 32%) |
| LAB | lab(28.9 45.1 -66.0) |
| LCH | lch(28.9 80.0 304.3) |
| OKLCH | oklch(0.406 0.193 279.0) |
Copy-ready code
/* CSS */
color: #3c2cad;
background-color: #3c2cad;
/* Tailwind (arbitrary) */
class="text-[#3c2cad] bg-[#3c2cad]"
/* SCSS */
$brand: #3c2cad;
/* SwiftUI */
Color(red: 0.235, green: 0.173, blue: 0.678)
/* Android */
Color.parseColor("#3c2cad")Accessibility — WCAG contrast
Aa
#3c2cad on white: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2cad on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green17.3%
Blue67.8%
CMYK percentages
Cyan65.3%
Magenta74.6%
Yellow0.0%
Key (black)32.2%
Color previews
#3c2cad text on a black background
contrast 2.16:1
Card sample
#3c2cad text on a white background
contrast 9.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2cad;
Background color
Panel with #3c2cad background
background-color: #3c2cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 44, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 44, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2cad; background: linear-gradient(135deg, #3c2cad, #922CAD);