#342cef
a balanced, electric blue · warm · closest name: blue
RGB
52, 44, 239
HSL
243°, 86%, 56%
CMYK
78, 82, 0, 6
Luminance
0.0876
Every format
| HEX | #342cef |
| RGB | rgb(52, 44, 239) |
| HSL | hsl(243, 86%, 56%) |
| CMYK | cmyk(78%, 82%, 0%, 6%) |
| LAB | lab(35.5 64.5 -93.4) |
| LCH | lch(35.5 113.5 304.6) |
| OKLCH | oklch(0.472 0.270 271.1) |
Copy-ready code
/* CSS */
color: #342cef;
background-color: #342cef;
/* Tailwind (arbitrary) */
class="text-[#342cef] bg-[#342cef]"
/* SCSS */
$brand: #342cef;
/* SwiftUI */
Color(red: 0.204, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#342cef")Accessibility — WCAG contrast
Aa
#342cef on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342cef on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green17.3%
Blue93.7%
CMYK percentages
Cyan78.2%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#342cef text on a black background
contrast 2.75:1
Card sample
#342cef text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342cef;
Background color
Panel with #342cef background
background-color: #342cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342cef; background: linear-gradient(135deg, #342cef, #B62CEF);