#005885
a dark, electric blue · cool · closest name: steelblue
RGB
0, 88, 133
HSL
200°, 100%, 26%
CMYK
100, 34, 0, 48
Luminance
0.0867
Every format
| HEX | #005885 |
| RGB | rgb(0, 88, 133) |
| HSL | hsl(200, 100%, 26%) |
| CMYK | cmyk(100%, 34%, 0%, 48%) |
| LAB | lab(35.3 -4.8 -31.4) |
| LCH | lch(35.3 31.7 261.4) |
| OKLCH | oklch(0.440 0.102 240.8) |
Copy-ready code
/* CSS */
color: #005885;
background-color: #005885;
/* Tailwind (arbitrary) */
class="text-[#005885] bg-[#005885]"
/* SCSS */
$brand: #005885;
/* SwiftUI */
Color(red: 0.000, green: 0.345, blue: 0.522)
/* Android */
Color.parseColor("#005885")Accessibility — WCAG contrast
Aa
#005885 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005885 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.5%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta33.8%
Yellow0.0%
Key (black)47.8%
Color previews
#005885 text on a black background
contrast 2.73:1
Card sample
#005885 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005885;
Background color
Panel with #005885 background
background-color: #005885;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005885;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 88, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 88, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005885; background: linear-gradient(135deg, #005885, #010085);