#2bb8af
a dark, vivid cyan · cool · closest name: turquoise
RGB
43, 184, 175
HSL
176°, 62%, 45%
CMYK
77, 0, 5, 28
Luminance
0.3789
Every format
| HEX | #2bb8af |
| RGB | rgb(43, 184, 175) |
| HSL | hsl(176, 62%, 45%) |
| CMYK | cmyk(77%, 0%, 5%, 28%) |
| LAB | lab(67.9 -37.8 -5.9) |
| LCH | lch(67.9 38.2 188.9) |
| OKLCH | oklch(0.710 0.114 188.3) |
Copy-ready code
/* CSS */
color: #2bb8af;
background-color: #2bb8af;
/* Tailwind (arbitrary) */
class="text-[#2bb8af] bg-[#2bb8af]"
/* SCSS */
$brand: #2bb8af;
/* SwiftUI */
Color(red: 0.169, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#2bb8af")Accessibility — WCAG contrast
Aa
#2bb8af on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bb8af on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green72.2%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow4.9%
Key (black)27.8%
Color previews
#2bb8af text on a black background
contrast 8.58:1
Card sample
#2bb8af text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bb8af;
Background color
Panel with #2bb8af background
background-color: #2bb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bb8af; background: linear-gradient(135deg, #2bb8af, #2B63B8);