#2bcfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 207, 186
HSL
172°, 66%, 49%
CMYK
79, 0, 10, 19
Luminance
0.4868
Every format
| HEX | #2bcfba |
| RGB | rgb(43, 207, 186) |
| HSL | hsl(172, 66%, 49%) |
| CMYK | cmyk(79%, 0%, 10%, 19%) |
| LAB | lab(75.3 -44.9 -1.1) |
| LCH | lch(75.3 44.9 181.4) |
| OKLCH | oklch(0.770 0.131 181.7) |
Copy-ready code
/* CSS */
color: #2bcfba;
background-color: #2bcfba;
/* Tailwind (arbitrary) */
class="text-[#2bcfba] bg-[#2bcfba]"
/* SCSS */
$brand: #2bcfba;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#2bcfba")Accessibility — WCAG contrast
Aa
#2bcfba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcfba on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue72.9%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#2bcfba text on a black background
contrast 10.74:1
Card sample
#2bcfba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcfba;
Background color
Panel with #2bcfba background
background-color: #2bcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcfba; background: linear-gradient(135deg, #2bcfba, #2B77CF);