#2bfdac
a balanced, electric green · cool · closest name: aquamarine
RGB
43, 253, 172
HSL
157°, 98%, 58%
CMYK
83, 0, 32, 1
Luminance
0.7374
Every format
| HEX | #2bfdac |
| RGB | rgb(43, 253, 172) |
| HSL | hsl(157, 98%, 58%) |
| CMYK | cmyk(83%, 0%, 32%, 1%) |
| LAB | lab(88.8 -66.2 25.4) |
| LCH | lch(88.8 70.9 159.0) |
| OKLCH | oklch(0.881 0.191 160.3) |
Copy-ready code
/* CSS */
color: #2bfdac;
background-color: #2bfdac;
/* Tailwind (arbitrary) */
class="text-[#2bfdac] bg-[#2bfdac]"
/* SCSS */
$brand: #2bfdac;
/* SwiftUI */
Color(red: 0.169, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#2bfdac")Accessibility — WCAG contrast
Aa
#2bfdac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bfdac on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green99.2%
Blue67.5%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#2bfdac text on a black background
contrast 15.75:1
Card sample
#2bfdac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bfdac;
Background color
Panel with #2bfdac background
background-color: #2bfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bfdac; background: linear-gradient(135deg, #2bfdac, #2BC2FD);