#2bae92
a dark, vivid cyan · cool · closest name: turquoise
RGB
43, 174, 146
HSL
167°, 60%, 43%
CMYK
75, 0, 16, 32
Luminance
0.3286
Every format
| HEX | #2bae92 |
| RGB | rgb(43, 174, 146) |
| HSL | hsl(167, 60%, 43%) |
| CMYK | cmyk(75%, 0%, 16%, 32%) |
| LAB | lab(64.0 -41.2 4.5) |
| LCH | lch(64.0 41.5 173.8) |
| OKLCH | oklch(0.675 0.117 174.5) |
Copy-ready code
/* CSS */
color: #2bae92;
background-color: #2bae92;
/* Tailwind (arbitrary) */
class="text-[#2bae92] bg-[#2bae92]"
/* SCSS */
$brand: #2bae92;
/* SwiftUI */
Color(red: 0.169, green: 0.682, blue: 0.573)
/* Android */
Color.parseColor("#2bae92")Accessibility — WCAG contrast
Aa
#2bae92 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bae92 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.2%
Blue57.3%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow16.1%
Key (black)31.8%
Color previews
#2bae92 text on a black background
contrast 7.57:1
Card sample
#2bae92 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bae92;
Background color
Panel with #2bae92 background
background-color: #2bae92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bae92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 174, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 174, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bae92; background: linear-gradient(135deg, #2bae92, #2B72AE);