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