#178967
a dark, vivid cyan · cool · closest name: seagreen
RGB
23, 137, 103
HSL
162°, 71%, 31%
CMYK
83, 0, 25, 46
Luminance
0.1905
Every format
| HEX | #178967 |
| RGB | rgb(23, 137, 103) |
| HSL | hsl(162, 71%, 31%) |
| CMYK | cmyk(83%, 0%, 25%, 46%) |
| LAB | lab(50.8 -38.6 9.8) |
| LCH | lch(50.8 39.9 165.8) |
| OKLCH | oklch(0.562 0.110 166.8) |
Copy-ready code
/* CSS */
color: #178967;
background-color: #178967;
/* Tailwind (arbitrary) */
class="text-[#178967] bg-[#178967]"
/* SCSS */
$brand: #178967;
/* SwiftUI */
Color(red: 0.090, green: 0.537, blue: 0.404)
/* Android */
Color.parseColor("#178967")Accessibility — WCAG contrast
Aa
#178967 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#178967 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green53.7%
Blue40.4%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow24.8%
Key (black)46.3%
Color previews
#178967 text on a black background
contrast 4.81:1
Card sample
#178967 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #178967;
Background color
Panel with #178967 background
background-color: #178967;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #178967;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 137, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 137, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #178967; background: linear-gradient(135deg, #178967, #175F89);