#005f80
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 95, 128
HSL
196°, 100%, 25%
CMYK
100, 26, 0, 50
Luminance
0.0974
Every format
| HEX | #005f80 |
| RGB | rgb(0, 95, 128) |
| HSL | hsl(196, 100%, 25%) |
| CMYK | cmyk(100%, 26%, 0%, 50%) |
| LAB | lab(37.4 -11.1 -25.1) |
| LCH | lch(37.4 27.4 246.2) |
| OKLCH | oklch(0.455 0.092 230.8) |
Copy-ready code
/* CSS */
color: #005f80;
background-color: #005f80;
/* Tailwind (arbitrary) */
class="text-[#005f80] bg-[#005f80]"
/* SCSS */
$brand: #005f80;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.502)
/* Android */
Color.parseColor("#005f80")Accessibility — WCAG contrast
Aa
#005f80 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f80 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue50.2%
CMYK percentages
Cyan100.0%
Magenta25.8%
Yellow0.0%
Key (black)49.8%
Color previews
#005f80 text on a black background
contrast 2.95:1
Card sample
#005f80 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f80;
Background color
Panel with #005f80 background
background-color: #005f80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f80; background: linear-gradient(135deg, #005f80, #000A80);