#2bcbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 203, 175
HSL
170°, 65%, 48%
CMYK
79, 0, 14, 20
Luminance
0.4632
Every format
| HEX | #2bcbaf |
| RGB | rgb(43, 203, 175) |
| HSL | hsl(170, 65%, 48%) |
| CMYK | cmyk(79%, 0%, 14%, 20%) |
| LAB | lab(73.8 -46.1 2.6) |
| LCH | lch(73.8 46.2 176.7) |
| OKLCH | oklch(0.757 0.132 177.3) |
Copy-ready code
/* CSS */
color: #2bcbaf;
background-color: #2bcbaf;
/* Tailwind (arbitrary) */
class="text-[#2bcbaf] bg-[#2bcbaf]"
/* SCSS */
$brand: #2bcbaf;
/* SwiftUI */
Color(red: 0.169, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#2bcbaf")Accessibility — WCAG contrast
Aa
#2bcbaf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcbaf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green79.6%
Blue68.6%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#2bcbaf text on a black background
contrast 10.26:1
Card sample
#2bcbaf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcbaf;
Background color
Panel with #2bcbaf background
background-color: #2bcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcbaf; background: linear-gradient(135deg, #2bcbaf, #2B7CCB);