#2bfcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
43, 252, 175
HSL
158°, 97%, 58%
CMYK
83, 0, 31, 1
Luminance
0.7323
Every format
| HEX | #2bfcaf |
| RGB | rgb(43, 252, 175) |
| HSL | hsl(158, 97%, 58%) |
| CMYK | cmyk(83%, 0%, 31%, 1%) |
| LAB | lab(88.5 -65.2 23.6) |
| LCH | lch(88.5 69.3 160.1) |
| OKLCH | oklch(0.879 0.187 161.4) |
Copy-ready code
/* CSS */
color: #2bfcaf;
background-color: #2bfcaf;
/* Tailwind (arbitrary) */
class="text-[#2bfcaf] bg-[#2bfcaf]"
/* SCSS */
$brand: #2bfcaf;
/* SwiftUI */
Color(red: 0.169, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#2bfcaf")Accessibility — WCAG contrast
Aa
#2bfcaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bfcaf on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green98.8%
Blue68.6%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#2bfcaf text on a black background
contrast 15.65:1
Card sample
#2bfcaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bfcaf;
Background color
Panel with #2bfcaf background
background-color: #2bfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bfcaf; background: linear-gradient(135deg, #2bfcaf, #2BBEFC);