#0980af
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 128, 175
HSL
197°, 90%, 36%
CMYK
95, 27, 0, 31
Luminance
0.1859
Every format
| HEX | #0980af |
| RGB | rgb(9, 128, 175) |
| HSL | hsl(197, 90%, 36%) |
| CMYK | cmyk(95%, 27%, 0%, 31%) |
| LAB | lab(50.2 -11.8 -33.0) |
| LCH | lch(50.2 35.0 250.3) |
| OKLCH | oklch(0.565 0.116 233.7) |
Copy-ready code
/* CSS */
color: #0980af;
background-color: #0980af;
/* Tailwind (arbitrary) */
class="text-[#0980af] bg-[#0980af]"
/* SCSS */
$brand: #0980af;
/* SwiftUI */
Color(red: 0.035, green: 0.502, blue: 0.686)
/* Android */
Color.parseColor("#0980af")Accessibility — WCAG contrast
Aa
#0980af on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0980af on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green50.2%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta26.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0980af text on a black background
contrast 4.72:1
Card sample
#0980af text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0980af;
Background color
Panel with #0980af background
background-color: #0980af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0980af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 128, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 128, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0980af; background: linear-gradient(135deg, #0980af, #0911AF);