#00345f
a deep, electric blue · cool · closest name: darkslategray
RGB
0, 52, 95
HSL
207°, 100%, 19%
CMYK
100, 45, 0, 63
Luminance
0.0328
Every format
| HEX | #00345f |
| RGB | rgb(0, 52, 95) |
| HSL | hsl(207, 100%, 19%) |
| CMYK | cmyk(100%, 45%, 0%, 63%) |
| LAB | lab(21.1 2.9 -29.9) |
| LCH | lch(21.1 30.1 275.6) |
| OKLCH | oklch(0.320 0.091 250.2) |
Copy-ready code
/* CSS */
color: #00345f;
background-color: #00345f;
/* Tailwind (arbitrary) */
class="text-[#00345f] bg-[#00345f]"
/* SCSS */
$brand: #00345f;
/* SwiftUI */
Color(red: 0.000, green: 0.204, blue: 0.373)
/* Android */
Color.parseColor("#00345f")Accessibility — WCAG contrast
Aa
#00345f on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00345f on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.4%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta45.3%
Yellow0.0%
Key (black)62.7%
Color previews
#00345f text on a black background
contrast 1.66:1
Card sample
#00345f text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00345f;
Background color
Panel with #00345f background
background-color: #00345f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00345f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 52, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 52, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00345f; background: linear-gradient(135deg, #00345f, #0B005F);