#0971af
a dark, electric blue · cool · closest name: steelblue
RGB
9, 113, 175
HSL
202°, 90%, 36%
CMYK
95, 35, 0, 31
Luminance
0.1496
Every format
| HEX | #0971af |
| RGB | rgb(9, 113, 175) |
| HSL | hsl(202, 90%, 36%) |
| CMYK | cmyk(95%, 35%, 0%, 31%) |
| LAB | lab(45.6 -2.9 -40.2) |
| LCH | lch(45.6 40.3 265.8) |
| OKLCH | oklch(0.529 0.128 244.0) |
Copy-ready code
/* CSS */
color: #0971af;
background-color: #0971af;
/* Tailwind (arbitrary) */
class="text-[#0971af] bg-[#0971af]"
/* SCSS */
$brand: #0971af;
/* SwiftUI */
Color(red: 0.035, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#0971af")Accessibility — WCAG contrast
Aa
#0971af on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0971af on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green44.3%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta35.4%
Yellow0.0%
Key (black)31.4%
Color previews
#0971af text on a black background
contrast 3.99:1
Card sample
#0971af text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0971af;
Background color
Panel with #0971af background
background-color: #0971af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0971af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0971af; background: linear-gradient(135deg, #0971af, #1009AF);