#2bcfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 207, 188
HSL
173°, 66%, 49%
CMYK
79, 0, 9, 19
Luminance
0.4877
Every format
| HEX | #2bcfbc |
| RGB | rgb(43, 207, 188) |
| HSL | hsl(173, 66%, 49%) |
| CMYK | cmyk(79%, 0%, 9%, 19%) |
| LAB | lab(75.3 -44.4 -2.1) |
| LCH | lch(75.3 44.4 182.7) |
| OKLCH | oklch(0.771 0.130 182.8) |
Copy-ready code
/* CSS */
color: #2bcfbc;
background-color: #2bcfbc;
/* Tailwind (arbitrary) */
class="text-[#2bcfbc] bg-[#2bcfbc]"
/* SCSS */
$brand: #2bcfbc;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#2bcfbc")Accessibility — WCAG contrast
Aa
#2bcfbc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcfbc on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue73.7%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#2bcfbc text on a black background
contrast 10.75:1
Card sample
#2bcfbc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcfbc;
Background color
Panel with #2bcfbc background
background-color: #2bcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcfbc; background: linear-gradient(135deg, #2bcfbc, #2B75CF);