#094b67
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 75, 103
HSL
198°, 84%, 22%
CMYK
91, 27, 0, 60
Luminance
0.0607
Every format
| HEX | #094b67 |
| RGB | rgb(9, 75, 103) |
| HSL | hsl(198, 84%, 22%) |
| CMYK | cmyk(91%, 27%, 0%, 60%) |
| LAB | lab(29.6 -8.2 -21.7) |
| LCH | lch(29.6 23.2 249.3) |
| OKLCH | oklch(0.389 0.076 233.3) |
Copy-ready code
/* CSS */
color: #094b67;
background-color: #094b67;
/* Tailwind (arbitrary) */
class="text-[#094b67] bg-[#094b67]"
/* SCSS */
$brand: #094b67;
/* SwiftUI */
Color(red: 0.035, green: 0.294, blue: 0.404)
/* Android */
Color.parseColor("#094b67")Accessibility — WCAG contrast
Aa
#094b67 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094b67 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green29.4%
Blue40.4%
CMYK percentages
Cyan91.3%
Magenta27.2%
Yellow0.0%
Key (black)59.6%
Color previews
#094b67 text on a black background
contrast 2.21:1
Card sample
#094b67 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094b67;
Background color
Panel with #094b67 background
background-color: #094b67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094b67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 75, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 75, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094b67; background: linear-gradient(135deg, #094b67, #090C67);