#342afb
a balanced, electric blue · warm · closest name: blue
RGB
52, 42, 251
HSL
243°, 96%, 58%
CMYK
79, 83, 0, 2
Luminance
0.0935
Every format
| HEX | #342afb |
| RGB | rgb(52, 42, 251) |
| HSL | hsl(243, 96%, 58%) |
| CMYK | cmyk(79%, 83%, 0%, 2%) |
| LAB | lab(36.6 68.7 -98.3) |
| LCH | lch(36.6 120.0 305.0) |
| OKLCH | oklch(0.484 0.284 270.5) |
Copy-ready code
/* CSS */
color: #342afb;
background-color: #342afb;
/* Tailwind (arbitrary) */
class="text-[#342afb] bg-[#342afb]"
/* SCSS */
$brand: #342afb;
/* SwiftUI */
Color(red: 0.204, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#342afb")Accessibility — WCAG contrast
Aa
#342afb on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342afb on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.5%
Blue98.4%
CMYK percentages
Cyan79.3%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#342afb text on a black background
contrast 2.87:1
Card sample
#342afb text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342afb;
Background color
Panel with #342afb background
background-color: #342afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342afb; background: linear-gradient(135deg, #342afb, #C02AFB);