#342daf
a dark, vivid blue · warm · closest name: navy
RGB
52, 45, 175
HSL
243°, 59%, 43%
CMYK
70, 74, 0, 31
Luminance
0.0570
Every format
| HEX | #342daf |
| RGB | rgb(52, 45, 175) |
| HSL | hsl(243, 59%, 43%) |
| CMYK | cmyk(70%, 74%, 0%, 31%) |
| LAB | lab(28.6 44.3 -67.6) |
| LCH | lch(28.6 80.8 303.2) |
| OKLCH | oklch(0.404 0.196 275.4) |
Copy-ready code
/* CSS */
color: #342daf;
background-color: #342daf;
/* Tailwind (arbitrary) */
class="text-[#342daf] bg-[#342daf]"
/* SCSS */
$brand: #342daf;
/* SwiftUI */
Color(red: 0.204, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#342daf")Accessibility — WCAG contrast
Aa
#342daf on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342daf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green17.6%
Blue68.6%
CMYK percentages
Cyan70.3%
Magenta74.3%
Yellow0.0%
Key (black)31.4%
Color previews
#342daf text on a black background
contrast 2.14:1
Card sample
#342daf text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342daf;
Background color
Panel with #342daf background
background-color: #342daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342daf; background: linear-gradient(135deg, #342daf, #8A2DAF);