#005475
a deep, electric cyan · cool · closest name: steelblue
RGB
0, 84, 117
HSL
197°, 100%, 23%
CMYK
100, 28, 0, 54
Luminance
0.0763
Every format
| HEX | #005475 |
| RGB | rgb(0, 84, 117) |
| HSL | hsl(197, 100%, 23%) |
| CMYK | cmyk(100%, 28%, 0%, 54%) |
| LAB | lab(33.2 -8.8 -24.9) |
| LCH | lch(33.2 26.4 250.5) |
| OKLCH | oklch(0.420 0.087 233.7) |
Copy-ready code
/* CSS */
color: #005475;
background-color: #005475;
/* Tailwind (arbitrary) */
class="text-[#005475] bg-[#005475]"
/* SCSS */
$brand: #005475;
/* SwiftUI */
Color(red: 0.000, green: 0.329, blue: 0.459)
/* Android */
Color.parseColor("#005475")Accessibility — WCAG contrast
Aa
#005475 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005475 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.9%
Blue45.9%
CMYK percentages
Cyan100.0%
Magenta28.2%
Yellow0.0%
Key (black)54.1%
Color previews
#005475 text on a black background
contrast 2.53:1
Card sample
#005475 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005475;
Background color
Panel with #005475 background
background-color: #005475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 84, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 84, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005475; background: linear-gradient(135deg, #005475, #000675);