#2c896a
a dark, vivid cyan · cool · closest name: seagreen
RGB
44, 137, 106
HSL
160°, 51%, 36%
CMYK
68, 0, 23, 46
Luminance
0.1947
Every format
| HEX | #2c896a |
| RGB | rgb(44, 137, 106) |
| HSL | hsl(160, 51%, 36%) |
| CMYK | cmyk(68%, 0%, 23%, 46%) |
| LAB | lab(51.2 -34.9 8.8) |
| LCH | lch(51.2 36.0 165.9) |
| OKLCH | oklch(0.567 0.100 166.9) |
Copy-ready code
/* CSS */
color: #2c896a;
background-color: #2c896a;
/* Tailwind (arbitrary) */
class="text-[#2c896a] bg-[#2c896a]"
/* SCSS */
$brand: #2c896a;
/* SwiftUI */
Color(red: 0.173, green: 0.537, blue: 0.416)
/* Android */
Color.parseColor("#2c896a")Accessibility — WCAG contrast
Aa
#2c896a on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c896a on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green53.7%
Blue41.6%
CMYK percentages
Cyan67.9%
Magenta0.0%
Yellow22.6%
Key (black)46.3%
Color previews
#2c896a text on a black background
contrast 4.89:1
Card sample
#2c896a text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c896a;
Background color
Panel with #2c896a background
background-color: #2c896a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c896a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 137, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 137, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c896a; background: linear-gradient(135deg, #2c896a, #2C6A89);