#2bc39b
a balanced, vivid cyan · cool · closest name: turquoise
RGB
43, 195, 155
HSL
164°, 64%, 47%
CMYK
78, 0, 21, 24
Luminance
0.4191
Every format
| HEX | #2bc39b |
| RGB | rgb(43, 195, 155) |
| HSL | hsl(164, 64%, 47%) |
| CMYK | cmyk(78%, 0%, 21%, 24%) |
| LAB | lab(70.8 -47.8 9.2) |
| LCH | lch(70.8 48.7 169.1) |
| OKLCH | oklch(0.731 0.135 170.0) |
Copy-ready code
/* CSS */
color: #2bc39b;
background-color: #2bc39b;
/* Tailwind (arbitrary) */
class="text-[#2bc39b] bg-[#2bc39b]"
/* SCSS */
$brand: #2bc39b;
/* SwiftUI */
Color(red: 0.169, green: 0.765, blue: 0.608)
/* Android */
Color.parseColor("#2bc39b")Accessibility — WCAG contrast
Aa
#2bc39b on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bc39b on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green76.5%
Blue60.8%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow20.5%
Key (black)23.5%
Color previews
#2bc39b text on a black background
contrast 9.38:1
Card sample
#2bc39b text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bc39b;
Background color
Panel with #2bc39b background
background-color: #2bc39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bc39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 195, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 195, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bc39b; background: linear-gradient(135deg, #2bc39b, #2B86C3);