#3c7f72
a dark, soft cyan · cool · closest name: teal
RGB
60, 127, 114
HSL
168°, 36%, 37%
CMYK
53, 0, 10, 50
Luminance
0.1735
Every format
| HEX | #3c7f72 |
| RGB | rgb(60, 127, 114) |
| HSL | hsl(168, 36%, 37%) |
| CMYK | cmyk(53%, 0%, 10%, 50%) |
| LAB | lab(48.7 -24.7 0.6) |
| LCH | lch(48.7 24.7 178.7) |
| OKLCH | oklch(0.549 0.072 179.1) |
Copy-ready code
/* CSS */
color: #3c7f72;
background-color: #3c7f72;
/* Tailwind (arbitrary) */
class="text-[#3c7f72] bg-[#3c7f72]"
/* SCSS */
$brand: #3c7f72;
/* SwiftUI */
Color(red: 0.235, green: 0.498, blue: 0.447)
/* Android */
Color.parseColor("#3c7f72")Accessibility — WCAG contrast
Aa
#3c7f72 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c7f72 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green49.8%
Blue44.7%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow10.2%
Key (black)50.2%
Color previews
#3c7f72 text on a black background
contrast 4.47:1
Card sample
#3c7f72 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c7f72;
Background color
Panel with #3c7f72 background
background-color: #3c7f72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c7f72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 127, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 127, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c7f72; background: linear-gradient(135deg, #3c7f72, #3C5F7F);