#2bbfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 191, 186
HSL
178°, 63%, 46%
CMYK
78, 0, 3, 25
Luminance
0.4132
Every format
| HEX | #2bbfba |
| RGB | rgb(43, 191, 186) |
| HSL | hsl(178, 63%, 46%) |
| CMYK | cmyk(78%, 0%, 3%, 25%) |
| LAB | lab(70.4 -37.8 -8.3) |
| LCH | lch(70.4 38.7 192.4) |
| OKLCH | oklch(0.731 0.117 191.4) |
Copy-ready code
/* CSS */
color: #2bbfba;
background-color: #2bbfba;
/* Tailwind (arbitrary) */
class="text-[#2bbfba] bg-[#2bbfba]"
/* SCSS */
$brand: #2bbfba;
/* SwiftUI */
Color(red: 0.169, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#2bbfba")Accessibility — WCAG contrast
Aa
#2bbfba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bbfba on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green74.9%
Blue72.9%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#2bbfba text on a black background
contrast 9.26:1
Card sample
#2bbfba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bbfba;
Background color
Panel with #2bbfba background
background-color: #2bbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bbfba; background: linear-gradient(135deg, #2bbfba, #2B61BF);