#2bcfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 207, 219
HSL
184°, 71%, 51%
CMYK
80, 6, 0, 14
Luminance
0.5025
Every format
| HEX | #2bcfdb |
| RGB | rgb(43, 207, 219) |
| HSL | hsl(184, 71%, 51%) |
| CMYK | cmyk(80%, 6%, 0%, 14%) |
| LAB | lab(76.2 -35.5 -17.5) |
| LCH | lch(76.2 39.5 206.2) |
| OKLCH | oklch(0.781 0.126 202.7) |
Copy-ready code
/* CSS */
color: #2bcfdb;
background-color: #2bcfdb;
/* Tailwind (arbitrary) */
class="text-[#2bcfdb] bg-[#2bcfdb]"
/* SCSS */
$brand: #2bcfdb;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#2bcfdb")Accessibility — WCAG contrast
Aa
#2bcfdb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcfdb on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue85.9%
CMYK percentages
Cyan80.4%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#2bcfdb text on a black background
contrast 11.05:1
Card sample
#2bcfdb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcfdb;
Background color
Panel with #2bcfdb background
background-color: #2bcfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcfdb; background: linear-gradient(135deg, #2bcfdb, #2B5ADB);