#096eb2
a dark, electric blue · cool · closest name: steelblue
RGB
9, 110, 178
HSL
204°, 90%, 37%
CMYK
95, 38, 0, 30
Luminance
0.1442
Every format
| HEX | #096eb2 |
| RGB | rgb(9, 110, 178) |
| HSL | hsl(204, 90%, 37%) |
| CMYK | cmyk(95%, 38%, 0%, 30%) |
| LAB | lab(44.8 0.1 -43.2) |
| LCH | lch(44.8 43.2 270.1) |
| OKLCH | oklch(0.523 0.134 246.9) |
Copy-ready code
/* CSS */
color: #096eb2;
background-color: #096eb2;
/* Tailwind (arbitrary) */
class="text-[#096eb2] bg-[#096eb2]"
/* SCSS */
$brand: #096eb2;
/* SwiftUI */
Color(red: 0.035, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#096eb2")Accessibility — WCAG contrast
Aa
#096eb2 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096eb2 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green43.1%
Blue69.8%
CMYK percentages
Cyan94.9%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#096eb2 text on a black background
contrast 3.88:1
Card sample
#096eb2 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096eb2;
Background color
Panel with #096eb2 background
background-color: #096eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096eb2; background: linear-gradient(135deg, #096eb2, #1509B2);