#096ba5
a dark, electric blue · cool · closest name: steelblue
RGB
9, 107, 165
HSL
202°, 90%, 34%
CMYK
95, 35, 0, 35
Luminance
0.1329
Every format
| HEX | #096ba5 |
| RGB | rgb(9, 107, 165) |
| HSL | hsl(202, 90%, 34%) |
| CMYK | cmyk(95%, 35%, 0%, 35%) |
| LAB | lab(43.2 -3.2 -38.1) |
| LCH | lch(43.2 38.3 265.2) |
| OKLCH | oklch(0.508 0.121 243.7) |
Copy-ready code
/* CSS */
color: #096ba5;
background-color: #096ba5;
/* Tailwind (arbitrary) */
class="text-[#096ba5] bg-[#096ba5]"
/* SCSS */
$brand: #096ba5;
/* SwiftUI */
Color(red: 0.035, green: 0.420, blue: 0.647)
/* Android */
Color.parseColor("#096ba5")Accessibility — WCAG contrast
Aa
#096ba5 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096ba5 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.0%
Blue64.7%
CMYK percentages
Cyan94.5%
Magenta35.2%
Yellow0.0%
Key (black)35.3%
Color previews
#096ba5 text on a black background
contrast 3.66:1
Card sample
#096ba5 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096ba5;
Background color
Panel with #096ba5 background
background-color: #096ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 107, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 107, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096ba5; background: linear-gradient(135deg, #096ba5, #0F09A5);