#005b85
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 91, 133
HSL
199°, 100%, 26%
CMYK
100, 32, 0, 48
Luminance
0.0918
Every format
| HEX | #005b85 |
| RGB | rgb(0, 91, 133) |
| HSL | hsl(199, 100%, 26%) |
| CMYK | cmyk(100%, 32%, 0%, 48%) |
| LAB | lab(36.3 -6.6 -29.8) |
| LCH | lch(36.3 30.6 257.5) |
| OKLCH | oklch(0.448 0.100 238.3) |
Copy-ready code
/* CSS */
color: #005b85;
background-color: #005b85;
/* Tailwind (arbitrary) */
class="text-[#005b85] bg-[#005b85]"
/* SCSS */
$brand: #005b85;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.522)
/* Android */
Color.parseColor("#005b85")Accessibility — WCAG contrast
Aa
#005b85 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005b85 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta31.6%
Yellow0.0%
Key (black)47.8%
Color previews
#005b85 text on a black background
contrast 2.84:1
Card sample
#005b85 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005b85;
Background color
Panel with #005b85 background
background-color: #005b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005b85; background: linear-gradient(135deg, #005b85, #000285);