#0973af
a dark, electric blue · cool · closest name: steelblue
RGB
9, 115, 175
HSL
202°, 90%, 36%
CMYK
95, 34, 0, 31
Luminance
0.1541
Every format
| HEX | #0973af |
| RGB | rgb(9, 115, 175) |
| HSL | hsl(202, 90%, 36%) |
| CMYK | cmyk(95%, 34%, 0%, 31%) |
| LAB | lab(46.2 -4.2 -39.3) |
| LCH | lch(46.2 39.5 264.0) |
| OKLCH | oklch(0.533 0.126 242.8) |
Copy-ready code
/* CSS */
color: #0973af;
background-color: #0973af;
/* Tailwind (arbitrary) */
class="text-[#0973af] bg-[#0973af]"
/* SCSS */
$brand: #0973af;
/* SwiftUI */
Color(red: 0.035, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#0973af")Accessibility — WCAG contrast
Aa
#0973af on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0973af on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green45.1%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#0973af text on a black background
contrast 4.08:1
Card sample
#0973af text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0973af;
Background color
Panel with #0973af background
background-color: #0973af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0973af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0973af; background: linear-gradient(135deg, #0973af, #0E09AF);