#342baf
a dark, vivid blue · warm · closest name: navy
RGB
52, 43, 175
HSL
244°, 61%, 43%
CMYK
70, 75, 0, 31
Luminance
0.0555
Every format
| HEX | #342baf |
| RGB | rgb(52, 43, 175) |
| HSL | hsl(244, 61%, 43%) |
| CMYK | cmyk(70%, 75%, 0%, 31%) |
| LAB | lab(28.3 45.4 -68.2) |
| LCH | lch(28.3 82.0 303.7) |
| OKLCH | oklch(0.401 0.198 275.7) |
Copy-ready code
/* CSS */
color: #342baf;
background-color: #342baf;
/* Tailwind (arbitrary) */
class="text-[#342baf] bg-[#342baf]"
/* SCSS */
$brand: #342baf;
/* SwiftUI */
Color(red: 0.204, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#342baf")Accessibility — WCAG contrast
Aa
#342baf on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342baf on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green16.9%
Blue68.6%
CMYK percentages
Cyan70.3%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#342baf text on a black background
contrast 2.11:1
Card sample
#342baf text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342baf;
Background color
Panel with #342baf background
background-color: #342baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342baf; background: linear-gradient(135deg, #342baf, #8C2BAF);