#2bdfd6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 223, 214
HSL
177°, 74%, 52%
CMYK
81, 0, 4, 13
Luminance
0.5814
Every format
| HEX | #2bdfd6 |
| RGB | rgb(43, 223, 214) |
| HSL | hsl(177, 74%, 52%) |
| CMYK | cmyk(81%, 0%, 4%, 13%) |
| LAB | lab(80.8 -44.1 -7.9) |
| LCH | lch(80.8 44.8 190.2) |
| OKLCH | oklch(0.818 0.135 189.5) |
Copy-ready code
/* CSS */
color: #2bdfd6;
background-color: #2bdfd6;
/* Tailwind (arbitrary) */
class="text-[#2bdfd6] bg-[#2bdfd6]"
/* SCSS */
$brand: #2bdfd6;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#2bdfd6")Accessibility — WCAG contrast
Aa
#2bdfd6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdfd6 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue83.9%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow4.0%
Key (black)12.5%
Color previews
#2bdfd6 text on a black background
contrast 12.63:1
Card sample
#2bdfd6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdfd6;
Background color
Panel with #2bdfd6 background
background-color: #2bdfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdfd6; background: linear-gradient(135deg, #2bdfd6, #2B70DF);