#342cfd
a balanced, electric blue · warm · closest name: blue
RGB
52, 44, 253
HSL
242°, 98%, 58%
CMYK
79, 83, 0, 1
Luminance
0.0962
Every format
| HEX | #342cfd |
| RGB | rgb(52, 44, 253) |
| HSL | hsl(242, 98%, 58%) |
| CMYK | cmyk(79%, 83%, 0%, 1%) |
| LAB | lab(37.1 68.5 -98.6) |
| LCH | lch(37.1 120.0 304.8) |
| OKLCH | oklch(0.488 0.285 270.4) |
Copy-ready code
/* CSS */
color: #342cfd;
background-color: #342cfd;
/* Tailwind (arbitrary) */
class="text-[#342cfd] bg-[#342cfd]"
/* SCSS */
$brand: #342cfd;
/* SwiftUI */
Color(red: 0.204, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#342cfd")Accessibility — WCAG contrast
Aa
#342cfd on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342cfd on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green17.3%
Blue99.2%
CMYK percentages
Cyan79.4%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#342cfd text on a black background
contrast 2.92:1
Card sample
#342cfd text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342cfd;
Background color
Panel with #342cfd background
background-color: #342cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342cfd; background: linear-gradient(135deg, #342cfd, #BF2CFD);