#2bdfab
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
43, 223, 171
HSL
163°, 74%, 52%
CMYK
81, 0, 23, 13
Luminance
0.5623
Every format
| HEX | #2bdfab |
| RGB | rgb(43, 223, 171) |
| HSL | hsl(163, 74%, 52%) |
| CMYK | cmyk(81%, 0%, 23%, 13%) |
| LAB | lab(79.7 -55.2 13.3) |
| LCH | lch(79.7 56.8 166.4) |
| OKLCH | oklch(0.806 0.156 167.4) |
Copy-ready code
/* CSS */
color: #2bdfab;
background-color: #2bdfab;
/* Tailwind (arbitrary) */
class="text-[#2bdfab] bg-[#2bdfab]"
/* SCSS */
$brand: #2bdfab;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#2bdfab")Accessibility — WCAG contrast
Aa
#2bdfab on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdfab on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue67.1%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#2bdfab text on a black background
contrast 12.25:1
Card sample
#2bdfab text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdfab;
Background color
Panel with #2bdfab background
background-color: #2bdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdfab; background: linear-gradient(135deg, #2bdfab, #2B9BDF);