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