#005cab
a dark, electric blue · cool · closest name: steelblue
RGB
0, 92, 171
HSL
208°, 100%, 34%
CMYK
100, 46, 0, 33
Luminance
0.1059
Every format
| HEX | #005cab |
| RGB | rgb(0, 92, 171) |
| HSL | hsl(208, 100%, 34%) |
| CMYK | cmyk(100%, 46%, 0%, 33%) |
| LAB | lab(38.9 8.4 -48.6) |
| LCH | lch(38.9 49.3 279.8) |
| OKLCH | oklch(0.475 0.146 252.9) |
Copy-ready code
/* CSS */
color: #005cab;
background-color: #005cab;
/* Tailwind (arbitrary) */
class="text-[#005cab] bg-[#005cab]"
/* SCSS */
$brand: #005cab;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.671)
/* Android */
Color.parseColor("#005cab")Accessibility — WCAG contrast
Aa
#005cab on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005cab on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue67.1%
CMYK percentages
Cyan100.0%
Magenta46.2%
Yellow0.0%
Key (black)32.9%
Color previews
#005cab text on a black background
contrast 3.12:1
Card sample
#005cab text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005cab;
Background color
Panel with #005cab background
background-color: #005cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005cab; background: linear-gradient(135deg, #005cab, #1600AB);