#0989af
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 137, 175
HSL
194°, 90%, 36%
CMYK
95, 22, 0, 31
Luminance
0.2104
Every format
| HEX | #0989af |
| RGB | rgb(9, 137, 175) |
| HSL | hsl(194, 90%, 36%) |
| CMYK | cmyk(95%, 22%, 0%, 31%) |
| LAB | lab(53.0 -16.8 -28.6) |
| LCH | lch(53.0 33.2 239.5) |
| OKLCH | oklch(0.588 0.111 226.4) |
Copy-ready code
/* CSS */
color: #0989af;
background-color: #0989af;
/* Tailwind (arbitrary) */
class="text-[#0989af] bg-[#0989af]"
/* SCSS */
$brand: #0989af;
/* SwiftUI */
Color(red: 0.035, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#0989af")Accessibility — WCAG contrast
Aa
#0989af on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0989af on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green53.7%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0989af text on a black background
contrast 5.21:1
Card sample
#0989af text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0989af;
Background color
Panel with #0989af background
background-color: #0989af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0989af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0989af; background: linear-gradient(135deg, #0989af, #091AAF);