#094b72
a deep, electric blue · cool · closest name: steelblue
RGB
9, 75, 114
HSL
202°, 85%, 24%
CMYK
92, 34, 0, 55
Luminance
0.0631
Every format
| HEX | #094b72 |
| RGB | rgb(9, 75, 114) |
| HSL | hsl(202, 85%, 24%) |
| CMYK | cmyk(92%, 34%, 0%, 55%) |
| LAB | lab(30.2 -3.7 -27.7) |
| LCH | lch(30.2 28.0 262.4) |
| OKLCH | oklch(0.396 0.089 242.1) |
Copy-ready code
/* CSS */
color: #094b72;
background-color: #094b72;
/* Tailwind (arbitrary) */
class="text-[#094b72] bg-[#094b72]"
/* SCSS */
$brand: #094b72;
/* SwiftUI */
Color(red: 0.035, green: 0.294, blue: 0.447)
/* Android */
Color.parseColor("#094b72")Accessibility — WCAG contrast
Aa
#094b72 on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094b72 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green29.4%
Blue44.7%
CMYK percentages
Cyan92.1%
Magenta34.2%
Yellow0.0%
Key (black)55.3%
Color previews
#094b72 text on a black background
contrast 2.26:1
Card sample
#094b72 text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094b72;
Background color
Panel with #094b72 background
background-color: #094b72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094b72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 75, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 75, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094b72; background: linear-gradient(135deg, #094b72, #0D0972);