#2bcfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 207, 172
HSL
167°, 66%, 49%
CMYK
79, 0, 17, 19
Luminance
0.4812
Every format
| HEX | #2bcfac |
| RGB | rgb(43, 207, 172) |
| HSL | hsl(167, 66%, 49%) |
| CMYK | cmyk(79%, 0%, 17%, 19%) |
| LAB | lab(74.9 -48.5 5.9) |
| LCH | lch(74.9 48.9 173.1) |
| OKLCH | oklch(0.766 0.138 173.8) |
Copy-ready code
/* CSS */
color: #2bcfac;
background-color: #2bcfac;
/* Tailwind (arbitrary) */
class="text-[#2bcfac] bg-[#2bcfac]"
/* SCSS */
$brand: #2bcfac;
/* SwiftUI */
Color(red: 0.169, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#2bcfac")Accessibility — WCAG contrast
Aa
#2bcfac on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcfac on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green81.2%
Blue67.5%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#2bcfac text on a black background
contrast 10.62:1
Card sample
#2bcfac text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcfac;
Background color
Panel with #2bcfac background
background-color: #2bcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcfac; background: linear-gradient(135deg, #2bcfac, #2B85CF);