#2c856f
a dark, vivid cyan · cool · closest name: teal
RGB
44, 133, 111
HSL
165°, 50%, 35%
CMYK
67, 0, 17, 48
Luminance
0.1846
Every format
| HEX | #2c856f |
| RGB | rgb(44, 133, 111) |
| HSL | hsl(165, 50%, 35%) |
| CMYK | cmyk(67%, 0%, 17%, 48%) |
| LAB | lab(50.0 -31.8 4.2) |
| LCH | lch(50.0 32.1 172.5) |
| OKLCH | oklch(0.558 0.091 173.3) |
Copy-ready code
/* CSS */
color: #2c856f;
background-color: #2c856f;
/* Tailwind (arbitrary) */
class="text-[#2c856f] bg-[#2c856f]"
/* SCSS */
$brand: #2c856f;
/* SwiftUI */
Color(red: 0.173, green: 0.522, blue: 0.435)
/* Android */
Color.parseColor("#2c856f")Accessibility — WCAG contrast
Aa
#2c856f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c856f on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green52.2%
Blue43.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow16.5%
Key (black)47.8%
Color previews
#2c856f text on a black background
contrast 4.69:1
Card sample
#2c856f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c856f;
Background color
Panel with #2c856f background
background-color: #2c856f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c856f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 133, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 133, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c856f; background: linear-gradient(135deg, #2c856f, #2C6085);