#342bdf
a balanced, vivid blue · warm · closest name: blue
RGB
52, 43, 223
HSL
243°, 74%, 52%
CMYK
77, 81, 0, 13
Luminance
0.0779
Every format
| HEX | #342bdf |
| RGB | rgb(52, 43, 223) |
| HSL | hsl(243, 74%, 52%) |
| CMYK | cmyk(77%, 81%, 0%, 13%) |
| LAB | lab(33.5 60.2 -87.6) |
| LCH | lch(33.5 106.3 304.5) |
| OKLCH | oklch(0.453 0.254 272.0) |
Copy-ready code
/* CSS */
color: #342bdf;
background-color: #342bdf;
/* Tailwind (arbitrary) */
class="text-[#342bdf] bg-[#342bdf]"
/* SCSS */
$brand: #342bdf;
/* SwiftUI */
Color(red: 0.204, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#342bdf")Accessibility — WCAG contrast
Aa
#342bdf on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342bdf on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.9%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#342bdf text on a black background
contrast 2.56:1
Card sample
#342bdf text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342bdf;
Background color
Panel with #342bdf background
background-color: #342bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342bdf; background: linear-gradient(135deg, #342bdf, #AC2BDF);