#2bdf8b
a balanced, vivid green · cool · closest name: aquamarine
RGB
43, 223, 139
HSL
152°, 74%, 52%
CMYK
81, 0, 38, 13
Luminance
0.5515
Every format
| HEX | #2bdf8b |
| RGB | rgb(43, 223, 139) |
| HSL | hsl(152, 74%, 52%) |
| CMYK | cmyk(81%, 0%, 38%, 13%) |
| LAB | lab(79.1 -62.0 29.2) |
| LCH | lch(79.1 68.6 154.8) |
| OKLCH | oklch(0.799 0.182 156.4) |
Copy-ready code
/* CSS */
color: #2bdf8b;
background-color: #2bdf8b;
/* Tailwind (arbitrary) */
class="text-[#2bdf8b] bg-[#2bdf8b]"
/* SCSS */
$brand: #2bdf8b;
/* SwiftUI */
Color(red: 0.169, green: 0.875, blue: 0.545)
/* Android */
Color.parseColor("#2bdf8b")Accessibility — WCAG contrast
Aa
#2bdf8b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdf8b on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green87.5%
Blue54.5%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow37.7%
Key (black)12.5%
Color previews
#2bdf8b text on a black background
contrast 12.03:1
Card sample
#2bdf8b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdf8b;
Background color
Panel with #2bdf8b background
background-color: #2bdf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 223, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 223, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdf8b; background: linear-gradient(135deg, #2bdf8b, #2BBBDF);