#2c8668
a dark, vivid cyan · cool · closest name: seagreen
RGB
44, 134, 104
HSL
160°, 51%, 35%
CMYK
67, 0, 22, 48
Luminance
0.1859
Every format
| HEX | #2c8668 |
| RGB | rgb(44, 134, 104) |
| HSL | hsl(160, 51%, 35%) |
| CMYK | cmyk(67%, 0%, 22%, 48%) |
| LAB | lab(50.2 -34.1 8.5) |
| LCH | lch(50.2 35.1 166.0) |
| OKLCH | oklch(0.559 0.097 167.1) |
Copy-ready code
/* CSS */
color: #2c8668;
background-color: #2c8668;
/* Tailwind (arbitrary) */
class="text-[#2c8668] bg-[#2c8668]"
/* SCSS */
$brand: #2c8668;
/* SwiftUI */
Color(red: 0.173, green: 0.525, blue: 0.408)
/* Android */
Color.parseColor("#2c8668")Accessibility — WCAG contrast
Aa
#2c8668 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c8668 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green52.5%
Blue40.8%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow22.4%
Key (black)47.5%
Color previews
#2c8668 text on a black background
contrast 4.72:1
Card sample
#2c8668 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c8668;
Background color
Panel with #2c8668 background
background-color: #2c8668;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c8668;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 134, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 134, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c8668; background: linear-gradient(135deg, #2c8668, #2C6886);