#094875
a deep, electric blue · cool · closest name: steelblue
RGB
9, 72, 117
HSL
205°, 86%, 25%
CMYK
92, 39, 0, 54
Luminance
0.0598
Every format
| HEX | #094875 |
| RGB | rgb(9, 72, 117) |
| HSL | hsl(205, 86%, 25%) |
| CMYK | cmyk(92%, 39%, 0%, 54%) |
| LAB | lab(29.4 -0.5 -30.9) |
| LCH | lch(29.4 30.9 269.1) |
| OKLCH | oklch(0.390 0.096 246.7) |
Copy-ready code
/* CSS */
color: #094875;
background-color: #094875;
/* Tailwind (arbitrary) */
class="text-[#094875] bg-[#094875]"
/* SCSS */
$brand: #094875;
/* SwiftUI */
Color(red: 0.035, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#094875")Accessibility — WCAG contrast
Aa
#094875 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094875 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green28.2%
Blue45.9%
CMYK percentages
Cyan92.3%
Magenta38.5%
Yellow0.0%
Key (black)54.1%
Color previews
#094875 text on a black background
contrast 2.20:1
Card sample
#094875 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094875;
Background color
Panel with #094875 background
background-color: #094875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094875; background: linear-gradient(135deg, #094875, #120975);