#2bbfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 191, 172
HSL
172°, 63%, 46%
CMYK
78, 0, 10, 25
Luminance
0.4075
Every format
| HEX | #2bbfac |
| RGB | rgb(43, 191, 172) |
| HSL | hsl(172, 63%, 46%) |
| CMYK | cmyk(78%, 0%, 10%, 25%) |
| LAB | lab(70.0 -41.7 -1.2) |
| LCH | lch(70.0 41.8 181.6) |
| OKLCH | oklch(0.726 0.121 181.9) |
Copy-ready code
/* CSS */
color: #2bbfac;
background-color: #2bbfac;
/* Tailwind (arbitrary) */
class="text-[#2bbfac] bg-[#2bbfac]"
/* SCSS */
$brand: #2bbfac;
/* SwiftUI */
Color(red: 0.169, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#2bbfac")Accessibility — WCAG contrast
Aa
#2bbfac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bbfac on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green74.9%
Blue67.5%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#2bbfac text on a black background
contrast 9.15:1
Card sample
#2bbfac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bbfac;
Background color
Panel with #2bbfac background
background-color: #2bbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bbfac; background: linear-gradient(135deg, #2bbfac, #2B6FBF);