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