#342ba1
a dark, vivid blue · warm · closest name: indigo
RGB
52, 43, 161
HSL
245°, 58%, 40%
CMYK
68, 73, 0, 37
Luminance
0.0503
Every format
| HEX | #342ba1 |
| RGB | rgb(52, 43, 161) |
| HSL | hsl(245, 58%, 40%) |
| CMYK | cmyk(68%, 73%, 0%, 37%) |
| LAB | lab(26.8 40.9 -62.1) |
| LCH | lch(26.8 74.4 303.3) |
| OKLCH | oklch(0.387 0.181 277.1) |
Copy-ready code
/* CSS */
color: #342ba1;
background-color: #342ba1;
/* Tailwind (arbitrary) */
class="text-[#342ba1] bg-[#342ba1]"
/* SCSS */
$brand: #342ba1;
/* SwiftUI */
Color(red: 0.204, green: 0.169, blue: 0.631)
/* Android */
Color.parseColor("#342ba1")Accessibility — WCAG contrast
Aa
#342ba1 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342ba1 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.9%
Blue63.1%
CMYK percentages
Cyan67.7%
Magenta73.3%
Yellow0.0%
Key (black)36.9%
Color previews
#342ba1 text on a black background
contrast 2.01:1
Card sample
#342ba1 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342ba1;
Background color
Panel with #342ba1 background
background-color: #342ba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342ba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 43, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 43, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342ba1; background: linear-gradient(135deg, #342ba1, #832BA1);