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