#005b70
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 91, 112
HSL
191°, 100%, 22%
CMYK
100, 19, 0, 56
Luminance
0.0865
Every format
| HEX | #005b70 |
| RGB | rgb(0, 91, 112) |
| HSL | hsl(191, 100%, 22%) |
| CMYK | cmyk(100%, 19%, 0%, 56%) |
| LAB | lab(35.3 -15.0 -18.5) |
| LCH | lch(35.3 23.8 231.0) |
| OKLCH | oklch(0.436 0.080 220.6) |
Copy-ready code
/* CSS */
color: #005b70;
background-color: #005b70;
/* Tailwind (arbitrary) */
class="text-[#005b70] bg-[#005b70]"
/* SCSS */
$brand: #005b70;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.439)
/* Android */
Color.parseColor("#005b70")Accessibility — WCAG contrast
Aa
#005b70 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005b70 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue43.9%
CMYK percentages
Cyan100.0%
Magenta18.7%
Yellow0.0%
Key (black)56.1%
Color previews
#005b70 text on a black background
contrast 2.73:1
Card sample
#005b70 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005b70;
Background color
Panel with #005b70 background
background-color: #005b70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005b70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005b70; background: linear-gradient(135deg, #005b70, #001070);