#342fef
a balanced, electric blue · warm · closest name: blue
RGB
52, 47, 239
HSL
242°, 86%, 56%
CMYK
78, 80, 0, 6
Luminance
0.0900
Every format
| HEX | #342fef |
| RGB | rgb(52, 47, 239) |
| HSL | hsl(242, 86%, 56%) |
| CMYK | cmyk(78%, 80%, 0%, 6%) |
| LAB | lab(36.0 63.2 -92.7) |
| LCH | lch(36.0 112.2 304.3) |
| OKLCH | oklch(0.476 0.268 270.9) |
Copy-ready code
/* CSS */
color: #342fef;
background-color: #342fef;
/* Tailwind (arbitrary) */
class="text-[#342fef] bg-[#342fef]"
/* SCSS */
$brand: #342fef;
/* SwiftUI */
Color(red: 0.204, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#342fef")Accessibility — WCAG contrast
Aa
#342fef on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342fef on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green18.4%
Blue93.7%
CMYK percentages
Cyan78.2%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#342fef text on a black background
contrast 2.80:1
Card sample
#342fef text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342fef;
Background color
Panel with #342fef background
background-color: #342fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342fef; background: linear-gradient(135deg, #342fef, #B42FEF);