#2bdcdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 220, 219
HSL
180°, 72%, 52%
CMYK
81, 0, 1, 14
Luminance
0.5681
Every format
| HEX | #2bdcdb |
| RGB | rgb(43, 220, 219) |
| HSL | hsl(180, 72%, 52%) |
| CMYK | cmyk(81%, 0%, 1%, 14%) |
| LAB | lab(80.1 -41.4 -11.7) |
| LCH | lch(80.1 43.0 195.8) |
| OKLCH | oklch(0.813 0.132 194.3) |
Copy-ready code
/* CSS */
color: #2bdcdb;
background-color: #2bdcdb;
/* Tailwind (arbitrary) */
class="text-[#2bdcdb] bg-[#2bdcdb]"
/* SCSS */
$brand: #2bdcdb;
/* SwiftUI */
Color(red: 0.169, green: 0.863, blue: 0.859)
/* Android */
Color.parseColor("#2bdcdb")Accessibility — WCAG contrast
Aa
#2bdcdb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdcdb on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green86.3%
Blue85.9%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow0.5%
Key (black)13.7%
Color previews
#2bdcdb text on a black background
contrast 12.36:1
Card sample
#2bdcdb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdcdb;
Background color
Panel with #2bdcdb background
background-color: #2bdcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 220, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 220, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdcdb; background: linear-gradient(135deg, #2bdcdb, #2B67DC);