#3c29ba
a dark, vivid blue · warm · closest name: navy
RGB
60, 41, 186
HSL
248°, 64%, 45%
CMYK
68, 78, 0, 27
Luminance
0.0609
Every format
| HEX | #3c29ba |
| RGB | rgb(60, 41, 186) |
| HSL | hsl(248, 64%, 45%) |
| CMYK | cmyk(68%, 78%, 0%, 27%) |
| LAB | lab(29.6 50.7 -72.5) |
| LCH | lch(29.6 88.5 305.0) |
| OKLCH | oklch(0.416 0.211 277.8) |
Copy-ready code
/* CSS */
color: #3c29ba;
background-color: #3c29ba;
/* Tailwind (arbitrary) */
class="text-[#3c29ba] bg-[#3c29ba]"
/* SCSS */
$brand: #3c29ba;
/* SwiftUI */
Color(red: 0.235, green: 0.161, blue: 0.729)
/* Android */
Color.parseColor("#3c29ba")Accessibility — WCAG contrast
Aa
#3c29ba on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c29ba on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green16.1%
Blue72.9%
CMYK percentages
Cyan67.7%
Magenta78.0%
Yellow0.0%
Key (black)27.1%
Color previews
#3c29ba text on a black background
contrast 2.22:1
Card sample
#3c29ba text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c29ba;
Background color
Panel with #3c29ba background
background-color: #3c29ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c29ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 41, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 41, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c29ba; background: linear-gradient(135deg, #3c29ba, #9D29BA);