#2c7567
a dark, vivid cyan · cool · closest name: teal
RGB
44, 117, 103
HSL
169°, 45%, 32%
CMYK
62, 0, 12, 54
Luminance
0.1424
Every format
| HEX | #2c7567 |
| RGB | rgb(44, 117, 103) |
| HSL | hsl(169, 45%, 32%) |
| CMYK | cmyk(62%, 0%, 12%, 54%) |
| LAB | lab(44.6 -26.2 1.0) |
| LCH | lch(44.6 26.3 177.8) |
| OKLCH | oklch(0.513 0.076 178.3) |
Copy-ready code
/* CSS */
color: #2c7567;
background-color: #2c7567;
/* Tailwind (arbitrary) */
class="text-[#2c7567] bg-[#2c7567]"
/* SCSS */
$brand: #2c7567;
/* SwiftUI */
Color(red: 0.173, green: 0.459, blue: 0.404)
/* Android */
Color.parseColor("#2c7567")Accessibility — WCAG contrast
Aa
#2c7567 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c7567 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green45.9%
Blue40.4%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow12.0%
Key (black)54.1%
Color previews
#2c7567 text on a black background
contrast 3.85:1
Card sample
#2c7567 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7567;
Background color
Panel with #2c7567 background
background-color: #2c7567;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7567;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 117, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 117, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7567; background: linear-gradient(135deg, #2c7567, #2C5275);