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