#0983af
a dark, electric cyan · cool · closest name: steelblue
RGB
9, 131, 175
HSL
196°, 90%, 36%
CMYK
95, 25, 0, 31
Luminance
0.1939
Every format
| HEX | #0983af |
| RGB | rgb(9, 131, 175) |
| HSL | hsl(196, 90%, 36%) |
| CMYK | cmyk(95%, 25%, 0%, 31%) |
| LAB | lab(51.1 -13.5 -31.5) |
| LCH | lch(51.1 34.3 246.8) |
| OKLCH | oklch(0.573 0.114 231.3) |
Copy-ready code
/* CSS */
color: #0983af;
background-color: #0983af;
/* Tailwind (arbitrary) */
class="text-[#0983af] bg-[#0983af]"
/* SCSS */
$brand: #0983af;
/* SwiftUI */
Color(red: 0.035, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#0983af")Accessibility — WCAG contrast
Aa
#0983af on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0983af on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green51.4%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta25.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0983af text on a black background
contrast 4.88:1
Card sample
#0983af text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0983af;
Background color
Panel with #0983af background
background-color: #0983af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0983af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0983af; background: linear-gradient(135deg, #0983af, #0914AF);