#094f39
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 79, 57
HSL
161°, 80%, 17%
CMYK
89, 0, 28, 69
Luminance
0.0595
Every format
| HEX | #094f39 |
| RGB | rgb(9, 79, 57) |
| HSL | hsl(161, 80%, 17%) |
| CMYK | cmyk(89%, 0%, 28%, 69%) |
| LAB | lab(29.3 -26.5 7.3) |
| LCH | lch(29.3 27.5 164.6) |
| OKLCH | oklch(0.381 0.075 165.7) |
Copy-ready code
/* CSS */
color: #094f39;
background-color: #094f39;
/* Tailwind (arbitrary) */
class="text-[#094f39] bg-[#094f39]"
/* SCSS */
$brand: #094f39;
/* SwiftUI */
Color(red: 0.035, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#094f39")Accessibility — WCAG contrast
Aa
#094f39 on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094f39 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green31.0%
Blue22.4%
CMYK percentages
Cyan88.6%
Magenta0.0%
Yellow27.8%
Key (black)69.0%
Color previews
#094f39 text on a black background
contrast 2.19:1
Card sample
#094f39 text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094f39;
Background color
Panel with #094f39 background
background-color: #094f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094f39; background: linear-gradient(135deg, #094f39, #09374F);