#2bdacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 218, 207
HSL
176°, 70%, 51%
CMYK
80, 0, 5, 15
Luminance
0.5516
Every format
| HEX | #2bdacf |
| RGB | rgb(43, 218, 207) |
| HSL | hsl(176, 70%, 51%) |
| CMYK | cmyk(80%, 0%, 5%, 15%) |
| LAB | lab(79.1 -43.9 -6.7) |
| LCH | lch(79.1 44.4 188.7) |
| OKLCH | oklch(0.804 0.133 188.1) |
Copy-ready code
/* CSS */
color: #2bdacf;
background-color: #2bdacf;
/* Tailwind (arbitrary) */
class="text-[#2bdacf] bg-[#2bdacf]"
/* SCSS */
$brand: #2bdacf;
/* SwiftUI */
Color(red: 0.169, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#2bdacf")Accessibility — WCAG contrast
Aa
#2bdacf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdacf on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green85.5%
Blue81.2%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#2bdacf text on a black background
contrast 12.03:1
Card sample
#2bdacf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdacf;
Background color
Panel with #2bdacf background
background-color: #2bdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdacf; background: linear-gradient(135deg, #2bdacf, #2B70DA);