#345985
a dark, soft blue · cool · closest name: steelblue
RGB
52, 89, 133
HSL
213°, 44%, 36%
CMYK
61, 33, 0, 48
Luminance
0.0957
Every format
| HEX | #345985 |
| RGB | rgb(52, 89, 133) |
| HSL | hsl(213, 44%, 36%) |
| CMYK | cmyk(61%, 33%, 0%, 48%) |
| LAB | lab(37.0 1.1 -28.6) |
| LCH | lch(37.0 28.6 272.1) |
| OKLCH | oklch(0.457 0.084 253.7) |
Copy-ready code
/* CSS */
color: #345985;
background-color: #345985;
/* Tailwind (arbitrary) */
class="text-[#345985] bg-[#345985]"
/* SCSS */
$brand: #345985;
/* SwiftUI */
Color(red: 0.204, green: 0.349, blue: 0.522)
/* Android */
Color.parseColor("#345985")Accessibility — WCAG contrast
Aa
#345985 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#345985 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green34.9%
Blue52.2%
CMYK percentages
Cyan60.9%
Magenta33.1%
Yellow0.0%
Key (black)47.8%
Color previews
#345985 text on a black background
contrast 2.91:1
Card sample
#345985 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345985;
Background color
Panel with #345985 background
background-color: #345985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 89, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 89, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345985; background: linear-gradient(135deg, #345985, #453485);