#167659
a dark, vivid cyan · cool · closest name: seagreen
RGB
22, 118, 89
HSL
162°, 69%, 28%
CMYK
81, 0, 25, 54
Luminance
0.1385
Every format
| HEX | #167659 |
| RGB | rgb(22, 118, 89) |
| HSL | hsl(162, 69%, 28%) |
| CMYK | cmyk(81%, 0%, 25%, 54%) |
| LAB | lab(44.0 -34.1 8.5) |
| LCH | lch(44.0 35.1 166.1) |
| OKLCH | oklch(0.505 0.097 167.1) |
Copy-ready code
/* CSS */
color: #167659;
background-color: #167659;
/* Tailwind (arbitrary) */
class="text-[#167659] bg-[#167659]"
/* SCSS */
$brand: #167659;
/* SwiftUI */
Color(red: 0.086, green: 0.463, blue: 0.349)
/* Android */
Color.parseColor("#167659")Accessibility — WCAG contrast
Aa
#167659 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167659 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green46.3%
Blue34.9%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow24.6%
Key (black)53.7%
Color previews
#167659 text on a black background
contrast 3.77:1
Card sample
#167659 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167659;
Background color
Panel with #167659 background
background-color: #167659;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167659;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 118, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 118, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167659; background: linear-gradient(135deg, #167659, #165376);