#005e80
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 94, 128
HSL
196°, 100%, 25%
CMYK
100, 27, 0, 50
Luminance
0.0956
Every format
| HEX | #005e80 |
| RGB | rgb(0, 94, 128) |
| HSL | hsl(196, 100%, 25%) |
| CMYK | cmyk(100%, 27%, 0%, 50%) |
| LAB | lab(37.0 -10.5 -25.6) |
| LCH | lch(37.0 27.7 247.8) |
| OKLCH | oklch(0.453 0.092 231.9) |
Copy-ready code
/* CSS */
color: #005e80;
background-color: #005e80;
/* Tailwind (arbitrary) */
class="text-[#005e80] bg-[#005e80]"
/* SCSS */
$brand: #005e80;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.502)
/* Android */
Color.parseColor("#005e80")Accessibility — WCAG contrast
Aa
#005e80 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005e80 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue50.2%
CMYK percentages
Cyan100.0%
Magenta26.6%
Yellow0.0%
Key (black)49.8%
Color previews
#005e80 text on a black background
contrast 2.91:1
Card sample
#005e80 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005e80;
Background color
Panel with #005e80 background
background-color: #005e80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005e80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005e80; background: linear-gradient(135deg, #005e80, #000980);