#2c736f
a dark, soft cyan · cool · closest name: teal
RGB
44, 115, 111
HSL
177°, 45%, 31%
CMYK
62, 0, 4, 55
Luminance
0.1394
Every format
| HEX | #2c736f |
| RGB | rgb(44, 115, 111) |
| HSL | hsl(177, 45%, 31%) |
| CMYK | cmyk(62%, 0%, 4%, 55%) |
| LAB | lab(44.1 -22.9 -4.4) |
| LCH | lch(44.1 23.4 190.9) |
| OKLCH | oklch(0.510 0.070 190.0) |
Copy-ready code
/* CSS */
color: #2c736f;
background-color: #2c736f;
/* Tailwind (arbitrary) */
class="text-[#2c736f] bg-[#2c736f]"
/* SCSS */
$brand: #2c736f;
/* SwiftUI */
Color(red: 0.173, green: 0.451, blue: 0.435)
/* Android */
Color.parseColor("#2c736f")Accessibility — WCAG contrast
Aa
#2c736f on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c736f on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.1%
Blue43.5%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow3.5%
Key (black)54.9%
Color previews
#2c736f text on a black background
contrast 3.79:1
Card sample
#2c736f text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c736f;
Background color
Panel with #2c736f background
background-color: #2c736f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c736f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 115, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 115, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c736f; background: linear-gradient(135deg, #2c736f, #2C4873);