#2bcdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 205, 191
HSL
175°, 65%, 49%
CMYK
79, 0, 7, 20
Luminance
0.4794
Every format
| HEX | #2bcdbf |
| RGB | rgb(43, 205, 191) |
| HSL | hsl(175, 65%, 49%) |
| CMYK | cmyk(79%, 0%, 7%, 20%) |
| LAB | lab(74.8 -42.6 -4.5) |
| LCH | lch(74.8 42.9 186.0) |
| OKLCH | oklch(0.767 0.127 185.8) |
Copy-ready code
/* CSS */
color: #2bcdbf;
background-color: #2bcdbf;
/* Tailwind (arbitrary) */
class="text-[#2bcdbf] bg-[#2bcdbf]"
/* SCSS */
$brand: #2bcdbf;
/* SwiftUI */
Color(red: 0.169, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#2bcdbf")Accessibility — WCAG contrast
Aa
#2bcdbf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcdbf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#2bcdbf text on a black background
contrast 10.59:1
Card sample
#2bcdbf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcdbf;
Background color
Panel with #2bcdbf background
background-color: #2bcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcdbf; background: linear-gradient(135deg, #2bcdbf, #2B6FCD);