#094d55
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 77, 85
HSL
186°, 81%, 18%
CMYK
89, 9, 0, 67
Luminance
0.0602
Every format
| HEX | #094d55 |
| RGB | rgb(9, 77, 85) |
| HSL | hsl(186, 81%, 18%) |
| CMYK | cmyk(89%, 9%, 0%, 67%) |
| LAB | lab(29.5 -16.4 -10.4) |
| LCH | lch(29.5 19.4 212.4) |
| OKLCH | oklch(0.386 0.063 207.4) |
Copy-ready code
/* CSS */
color: #094d55;
background-color: #094d55;
/* Tailwind (arbitrary) */
class="text-[#094d55] bg-[#094d55]"
/* SCSS */
$brand: #094d55;
/* SwiftUI */
Color(red: 0.035, green: 0.302, blue: 0.333)
/* Android */
Color.parseColor("#094d55")Accessibility — WCAG contrast
Aa
#094d55 on white: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094d55 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green30.2%
Blue33.3%
CMYK percentages
Cyan89.4%
Magenta9.4%
Yellow0.0%
Key (black)66.7%
Color previews
#094d55 text on a black background
contrast 2.20:1
Card sample
#094d55 text on a white background
contrast 9.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094d55;
Background color
Panel with #094d55 background
background-color: #094d55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094d55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 77, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 77, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094d55; background: linear-gradient(135deg, #094d55, #091A55);