#342182
a dark, vivid blue · warm · closest name: midnightblue
RGB
52, 33, 130
HSL
252°, 60%, 32%
CMYK
60, 75, 0, 49
Luminance
0.0343
Every format
| HEX | #342182 |
| RGB | rgb(52, 33, 130) |
| HSL | hsl(252, 60%, 32%) |
| CMYK | cmyk(60%, 75%, 0%, 49%) |
| LAB | lab(21.7 36.5 -51.4) |
| LCH | lch(21.7 63.1 305.4) |
| OKLCH | oklch(0.341 0.152 283.8) |
Copy-ready code
/* CSS */
color: #342182;
background-color: #342182;
/* Tailwind (arbitrary) */
class="text-[#342182] bg-[#342182]"
/* SCSS */
$brand: #342182;
/* SwiftUI */
Color(red: 0.204, green: 0.129, blue: 0.510)
/* Android */
Color.parseColor("#342182")Accessibility — WCAG contrast
Aa
#342182 on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342182 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green12.9%
Blue51.0%
CMYK percentages
Cyan60.0%
Magenta74.6%
Yellow0.0%
Key (black)49.0%
Color previews
#342182 text on a black background
contrast 1.69:1
Card sample
#342182 text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342182;
Background color
Panel with #342182 background
background-color: #342182;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342182;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 33, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 33, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342182; background: linear-gradient(135deg, #342182, #752182);