#345c76
a dark, soft blue · cool · closest name: darkslategray
RGB
52, 92, 118
HSL
204°, 39%, 33%
CMYK
56, 22, 0, 54
Luminance
0.0969
Every format
| HEX | #345c76 |
| RGB | rgb(52, 92, 118) |
| HSL | hsl(204, 39%, 33%) |
| CMYK | cmyk(56%, 22%, 0%, 54%) |
| LAB | lab(37.3 -6.0 -19.0) |
| LCH | lch(37.3 19.9 252.6) |
| OKLCH | oklch(0.457 0.062 238.7) |
Copy-ready code
/* CSS */
color: #345c76;
background-color: #345c76;
/* Tailwind (arbitrary) */
class="text-[#345c76] bg-[#345c76]"
/* SCSS */
$brand: #345c76;
/* SwiftUI */
Color(red: 0.204, green: 0.361, blue: 0.463)
/* Android */
Color.parseColor("#345c76")Accessibility — WCAG contrast
Aa
#345c76 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#345c76 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green36.1%
Blue46.3%
CMYK percentages
Cyan55.9%
Magenta22.0%
Yellow0.0%
Key (black)53.7%
Color previews
#345c76 text on a black background
contrast 2.94:1
Card sample
#345c76 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #345c76;
Background color
Panel with #345c76 background
background-color: #345c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #345c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 92, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 92, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #345c76; background: linear-gradient(135deg, #345c76, #383476);