#00445f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 68, 95
HSL
197°, 100%, 19%
CMYK
100, 28, 0, 63
Luminance
0.0496
Every format
| HEX | #00445f |
| RGB | rgb(0, 68, 95) |
| HSL | hsl(197, 100%, 19%) |
| CMYK | cmyk(100%, 28%, 0%, 63%) |
| LAB | lab(26.6 -7.9 -21.2) |
| LCH | lch(26.6 22.6 249.6) |
| OKLCH | oklch(0.364 0.075 233.1) |
Copy-ready code
/* CSS */
color: #00445f;
background-color: #00445f;
/* Tailwind (arbitrary) */
class="text-[#00445f] bg-[#00445f]"
/* SCSS */
$brand: #00445f;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.373)
/* Android */
Color.parseColor("#00445f")Accessibility — WCAG contrast
Aa
#00445f on white: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00445f on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta28.4%
Yellow0.0%
Key (black)62.7%
Color previews
#00445f text on a black background
contrast 1.99:1
Card sample
#00445f text on a white background
contrast 10.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00445f;
Background color
Panel with #00445f background
background-color: #00445f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00445f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00445f; background: linear-gradient(135deg, #00445f, #00055F);