#2cb7af
a dark, vivid cyan · cool · closest name: turquoise
RGB
44, 183, 175
HSL
177°, 61%, 45%
CMYK
76, 0, 4, 28
Luminance
0.3750
Every format
| HEX | #2cb7af |
| RGB | rgb(44, 183, 175) |
| HSL | hsl(177, 61%, 45%) |
| CMYK | cmyk(76%, 0%, 4%, 28%) |
| LAB | lab(67.7 -37.2 -6.3) |
| LCH | lch(67.7 37.7 189.6) |
| OKLCH | oklch(0.707 0.113 189.0) |
Copy-ready code
/* CSS */
color: #2cb7af;
background-color: #2cb7af;
/* Tailwind (arbitrary) */
class="text-[#2cb7af] bg-[#2cb7af]"
/* SCSS */
$brand: #2cb7af;
/* SwiftUI */
Color(red: 0.173, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#2cb7af")Accessibility — WCAG contrast
Aa
#2cb7af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb7af on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green71.8%
Blue68.6%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#2cb7af text on a black background
contrast 8.50:1
Card sample
#2cb7af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb7af;
Background color
Panel with #2cb7af background
background-color: #2cb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb7af; background: linear-gradient(135deg, #2cb7af, #2C62B7);