#0969af
a dark, electric blue · cool · closest name: steelblue
RGB
9, 105, 175
HSL
205°, 90%, 36%
CMYK
95, 40, 0, 31
Luminance
0.1326
Every format
| HEX | #0969af |
| RGB | rgb(9, 105, 175) |
| HSL | hsl(205, 90%, 36%) |
| CMYK | cmyk(95%, 40%, 0%, 31%) |
| LAB | lab(43.1 2.0 -44.1) |
| LCH | lch(43.1 44.2 272.6) |
| OKLCH | oklch(0.509 0.136 248.6) |
Copy-ready code
/* CSS */
color: #0969af;
background-color: #0969af;
/* Tailwind (arbitrary) */
class="text-[#0969af] bg-[#0969af]"
/* SCSS */
$brand: #0969af;
/* SwiftUI */
Color(red: 0.035, green: 0.412, blue: 0.686)
/* Android */
Color.parseColor("#0969af")Accessibility — WCAG contrast
Aa
#0969af on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0969af on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green41.2%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta40.0%
Yellow0.0%
Key (black)31.4%
Color previews
#0969af text on a black background
contrast 3.65:1
Card sample
#0969af text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0969af;
Background color
Panel with #0969af background
background-color: #0969af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0969af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 105, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 105, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0969af; background: linear-gradient(135deg, #0969af, #1809AF);