#0964af
a dark, electric blue · cool · closest name: steelblue
RGB
9, 100, 175
HSL
207°, 90%, 36%
CMYK
95, 43, 0, 31
Luminance
0.1227
Every format
| HEX | #0964af |
| RGB | rgb(9, 100, 175) |
| HSL | hsl(207, 90%, 36%) |
| CMYK | cmyk(95%, 43%, 0%, 31%) |
| LAB | lab(41.6 5.2 -46.5) |
| LCH | lch(41.6 46.8 276.4) |
| OKLCH | oklch(0.498 0.141 251.1) |
Copy-ready code
/* CSS */
color: #0964af;
background-color: #0964af;
/* Tailwind (arbitrary) */
class="text-[#0964af] bg-[#0964af]"
/* SCSS */
$brand: #0964af;
/* SwiftUI */
Color(red: 0.035, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#0964af")Accessibility — WCAG contrast
Aa
#0964af on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0964af on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green39.2%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0964af text on a black background
contrast 3.45:1
Card sample
#0964af text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0964af;
Background color
Panel with #0964af background
background-color: #0964af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0964af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0964af; background: linear-gradient(135deg, #0964af, #1D09AF);