#345fa2
a dark, vivid blue · cool · closest name: steelblue
RGB
52, 95, 162
HSL
217°, 51%, 42%
CMYK
68, 41, 0, 37
Luminance
0.1152
Every format
| HEX | #345fa2 |
| RGB | rgb(52, 95, 162) |
| HSL | hsl(217, 51%, 42%) |
| CMYK | cmyk(68%, 41%, 0%, 37%) |
| LAB | lab(40.5 7.7 -40.7) |
| LCH | lch(40.5 41.4 280.7) |
| OKLCH | oklch(0.489 0.118 259.0) |
Copy-ready code
/* CSS */
color: #345fa2;
background-color: #345fa2;
/* Tailwind (arbitrary) */
class="text-[#345fa2] bg-[#345fa2]"
/* SCSS */
$brand: #345fa2;
/* SwiftUI */
Color(red: 0.204, green: 0.373, blue: 0.635)
/* Android */
Color.parseColor("#345fa2")Accessibility — WCAG contrast
Aa
#345fa2 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#345fa2 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green37.3%
Blue63.5%
CMYK percentages
Cyan67.9%
Magenta41.4%
Yellow0.0%
Key (black)36.5%
Color previews
#345fa2 text on a black background
contrast 3.30:1
Card sample
#345fa2 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345fa2;
Background color
Panel with #345fa2 background
background-color: #345fa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345fa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 95, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 95, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345fa2; background: linear-gradient(135deg, #345fa2, #5234A2);