#2cb4b2
a dark, vivid cyan · cool · closest name: turquoise
RGB
44, 180, 178
HSL
179°, 61%, 44%
CMYK
76, 0, 1, 29
Luminance
0.3639
Every format
| HEX | #2cb4b2 |
| RGB | rgb(44, 180, 178) |
| HSL | hsl(179, 61%, 44%) |
| CMYK | cmyk(76%, 0%, 1%, 29%) |
| LAB | lab(66.8 -34.9 -9.2) |
| LCH | lch(66.8 36.1 194.8) |
| OKLCH | oklch(0.701 0.111 193.4) |
Copy-ready code
/* CSS */
color: #2cb4b2;
background-color: #2cb4b2;
/* Tailwind (arbitrary) */
class="text-[#2cb4b2] bg-[#2cb4b2]"
/* SCSS */
$brand: #2cb4b2;
/* SwiftUI */
Color(red: 0.173, green: 0.706, blue: 0.698)
/* Android */
Color.parseColor("#2cb4b2")Accessibility — WCAG contrast
Aa
#2cb4b2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb4b2 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green70.6%
Blue69.8%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow1.1%
Key (black)29.4%
Color previews
#2cb4b2 text on a black background
contrast 8.28:1
Card sample
#2cb4b2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb4b2;
Background color
Panel with #2cb4b2 background
background-color: #2cb4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 180, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 180, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb4b2; background: linear-gradient(135deg, #2cb4b2, #2C5BB4);