#094658
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 70, 88
HSL
194°, 81%, 19%
CMYK
90, 21, 0, 66
Luminance
0.0514
Every format
| HEX | #094658 |
| RGB | rgb(9, 70, 88) |
| HSL | hsl(194, 81%, 19%) |
| CMYK | cmyk(90%, 21%, 0%, 66%) |
| LAB | lab(27.1 -11.1 -15.9) |
| LCH | lch(27.1 19.4 235.1) |
| OKLCH | oklch(0.367 0.065 223.7) |
Copy-ready code
/* CSS */
color: #094658;
background-color: #094658;
/* Tailwind (arbitrary) */
class="text-[#094658] bg-[#094658]"
/* SCSS */
$brand: #094658;
/* SwiftUI */
Color(red: 0.035, green: 0.275, blue: 0.345)
/* Android */
Color.parseColor("#094658")Accessibility — WCAG contrast
Aa
#094658 on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094658 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green27.5%
Blue34.5%
CMYK percentages
Cyan89.8%
Magenta20.5%
Yellow0.0%
Key (black)65.5%
Color previews
#094658 text on a black background
contrast 2.03:1
Card sample
#094658 text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094658;
Background color
Panel with #094658 background
background-color: #094658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 70, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 70, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094658; background: linear-gradient(135deg, #094658, #091158);