#005ba3
a dark, electric blue · cool · closest name: steelblue
RGB
0, 91, 163
HSL
207°, 100%, 32%
CMYK
100, 44, 0, 36
Luminance
0.1013
Every format
| HEX | #005ba3 |
| RGB | rgb(0, 91, 163) |
| HSL | hsl(207, 100%, 32%) |
| CMYK | cmyk(100%, 44%, 0%, 36%) |
| LAB | lab(38.1 5.7 -45.1) |
| LCH | lch(38.1 45.5 277.2) |
| OKLCH | oklch(0.467 0.137 251.3) |
Copy-ready code
/* CSS */
color: #005ba3;
background-color: #005ba3;
/* Tailwind (arbitrary) */
class="text-[#005ba3] bg-[#005ba3]"
/* SCSS */
$brand: #005ba3;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.639)
/* Android */
Color.parseColor("#005ba3")Accessibility — WCAG contrast
Aa
#005ba3 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ba3 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue63.9%
CMYK percentages
Cyan100.0%
Magenta44.2%
Yellow0.0%
Key (black)36.1%
Color previews
#005ba3 text on a black background
contrast 3.03:1
Card sample
#005ba3 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ba3;
Background color
Panel with #005ba3 background
background-color: #005ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ba3; background: linear-gradient(135deg, #005ba3, #1200A3);