#3c2ba4
a dark, vivid blue · warm · closest name: indigo
RGB
60, 43, 164
HSL
248°, 59%, 41%
CMYK
63, 74, 0, 36
Luminance
0.0537
Every format
| HEX | #3c2ba4 |
| RGB | rgb(60, 43, 164) |
| HSL | hsl(248, 59%, 41%) |
| CMYK | cmyk(63%, 74%, 0%, 36%) |
| LAB | lab(27.8 42.8 -62.4) |
| LCH | lch(27.8 75.7 304.5) |
| OKLCH | oklch(0.396 0.183 280.4) |
Copy-ready code
/* CSS */
color: #3c2ba4;
background-color: #3c2ba4;
/* Tailwind (arbitrary) */
class="text-[#3c2ba4] bg-[#3c2ba4]"
/* SCSS */
$brand: #3c2ba4;
/* SwiftUI */
Color(red: 0.235, green: 0.169, blue: 0.643)
/* Android */
Color.parseColor("#3c2ba4")Accessibility — WCAG contrast
Aa
#3c2ba4 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c2ba4 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green16.9%
Blue64.3%
CMYK percentages
Cyan63.4%
Magenta73.8%
Yellow0.0%
Key (black)35.7%
Color previews
#3c2ba4 text on a black background
contrast 2.07:1
Card sample
#3c2ba4 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c2ba4;
Background color
Panel with #3c2ba4 background
background-color: #3c2ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c2ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 43, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 43, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c2ba4; background: linear-gradient(135deg, #3c2ba4, #8D2BA4);