#342ade
a balanced, vivid blue · warm · closest name: blue
RGB
52, 42, 222
HSL
243°, 73%, 52%
CMYK
77, 81, 0, 13
Luminance
0.0766
Every format
| HEX | #342ade |
| RGB | rgb(52, 42, 222) |
| HSL | hsl(243, 73%, 52%) |
| CMYK | cmyk(77%, 81%, 0%, 13%) |
| LAB | lab(33.3 60.4 -87.5) |
| LCH | lch(33.3 106.3 304.6) |
| OKLCH | oklch(0.451 0.253 272.1) |
Copy-ready code
/* CSS */
color: #342ade;
background-color: #342ade;
/* Tailwind (arbitrary) */
class="text-[#342ade] bg-[#342ade]"
/* SCSS */
$brand: #342ade;
/* SwiftUI */
Color(red: 0.204, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#342ade")Accessibility — WCAG contrast
Aa
#342ade on white: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342ade on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.5%
Blue87.1%
CMYK percentages
Cyan76.6%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#342ade text on a black background
contrast 2.53:1
Card sample
#342ade text on a white background
contrast 8.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342ade;
Background color
Panel with #342ade background
background-color: #342ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342ade; background: linear-gradient(135deg, #342ade, #AC2ADE);