#2bcddb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 205, 219
HSL
185°, 71%, 51%
CMYK
80, 6, 0, 14
Luminance
0.4929
Every format
| HEX | #2bcddb |
| RGB | rgb(43, 205, 219) |
| HSL | hsl(185, 71%, 51%) |
| CMYK | cmyk(80%, 6%, 0%, 14%) |
| LAB | lab(75.6 -34.5 -18.4) |
| LCH | lch(75.6 39.1 208.0) |
| OKLCH | oklch(0.777 0.125 204.1) |
Copy-ready code
/* CSS */
color: #2bcddb;
background-color: #2bcddb;
/* Tailwind (arbitrary) */
class="text-[#2bcddb] bg-[#2bcddb]"
/* SCSS */
$brand: #2bcddb;
/* SwiftUI */
Color(red: 0.169, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#2bcddb")Accessibility — WCAG contrast
Aa
#2bcddb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcddb on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.4%
Blue85.9%
CMYK percentages
Cyan80.4%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#2bcddb text on a black background
contrast 10.86:1
Card sample
#2bcddb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcddb;
Background color
Panel with #2bcddb background
background-color: #2bcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcddb; background: linear-gradient(135deg, #2bcddb, #2B58DB);