#005baa
a dark, electric blue · cool · closest name: steelblue
RGB
0, 91, 170
HSL
208°, 100%, 33%
CMYK
100, 47, 0, 33
Luminance
0.1038
Every format
| HEX | #005baa |
| RGB | rgb(0, 91, 170) |
| HSL | hsl(208, 100%, 33%) |
| CMYK | cmyk(100%, 47%, 0%, 33%) |
| LAB | lab(38.5 8.6 -48.6) |
| LCH | lch(38.5 49.3 280.1) |
| OKLCH | oklch(0.472 0.146 253.1) |
Copy-ready code
/* CSS */
color: #005baa;
background-color: #005baa;
/* Tailwind (arbitrary) */
class="text-[#005baa] bg-[#005baa]"
/* SCSS */
$brand: #005baa;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.667)
/* Android */
Color.parseColor("#005baa")Accessibility — WCAG contrast
Aa
#005baa on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005baa on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue66.7%
CMYK percentages
Cyan100.0%
Magenta46.5%
Yellow0.0%
Key (black)33.3%
Color previews
#005baa text on a black background
contrast 3.08:1
Card sample
#005baa text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005baa;
Background color
Panel with #005baa background
background-color: #005baa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005baa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005baa; background: linear-gradient(135deg, #005baa, #1600AA);