#2c755f
a dark, vivid cyan · cool · closest name: teal
RGB
44, 117, 95
HSL
162°, 45%, 32%
CMYK
62, 0, 19, 54
Luminance
0.1408
Every format
| HEX | #2c755f |
| RGB | rgb(44, 117, 95) |
| HSL | hsl(162, 45%, 32%) |
| CMYK | cmyk(62%, 0%, 19%, 54%) |
| LAB | lab(44.4 -28.4 5.5) |
| LCH | lch(44.4 28.9 169.1) |
| OKLCH | oklch(0.510 0.081 170.1) |
Copy-ready code
/* CSS */
color: #2c755f;
background-color: #2c755f;
/* Tailwind (arbitrary) */
class="text-[#2c755f] bg-[#2c755f]"
/* SCSS */
$brand: #2c755f;
/* SwiftUI */
Color(red: 0.173, green: 0.459, blue: 0.373)
/* Android */
Color.parseColor("#2c755f")Accessibility — WCAG contrast
Aa
#2c755f on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c755f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.9%
Blue37.3%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow18.8%
Key (black)54.1%
Color previews
#2c755f text on a black background
contrast 3.82:1
Card sample
#2c755f text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c755f;
Background color
Panel with #2c755f background
background-color: #2c755f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c755f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 117, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 117, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c755f; background: linear-gradient(135deg, #2c755f, #2C5A75);