#0080a3
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 128, 163
HSL
193°, 100%, 32%
CMYK
100, 22, 0, 36
Luminance
0.1808
Every format
| HEX | #0080a3 |
| RGB | rgb(0, 128, 163) |
| HSL | hsl(193, 100%, 32%) |
| CMYK | cmyk(100%, 22%, 0%, 36%) |
| LAB | lab(49.6 -16.6 -26.9) |
| LCH | lch(49.6 31.7 238.3) |
| OKLCH | oklch(0.558 0.106 225.5) |
Copy-ready code
/* CSS */
color: #0080a3;
background-color: #0080a3;
/* Tailwind (arbitrary) */
class="text-[#0080a3] bg-[#0080a3]"
/* SCSS */
$brand: #0080a3;
/* SwiftUI */
Color(red: 0.000, green: 0.502, blue: 0.639)
/* Android */
Color.parseColor("#0080a3")Accessibility — WCAG contrast
Aa
#0080a3 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0080a3 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.2%
Blue63.9%
CMYK percentages
Cyan100.0%
Magenta21.5%
Yellow0.0%
Key (black)36.1%
Color previews
#0080a3 text on a black background
contrast 4.62:1
Card sample
#0080a3 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0080a3;
Background color
Panel with #0080a3 background
background-color: #0080a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0080a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 128, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 128, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0080a3; background: linear-gradient(135deg, #0080a3, #0013A3);