#2cfbaf
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 251, 175
HSL
158°, 96%, 58%
CMYK
83, 0, 30, 2
Luminance
0.7262
Every format
| HEX | #2cfbaf |
| RGB | rgb(44, 251, 175) |
| HSL | hsl(158, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 30%, 2%) |
| LAB | lab(88.3 -64.8 23.1) |
| LCH | lch(88.3 68.8 160.3) |
| OKLCH | oklch(0.876 0.186 161.6) |
Copy-ready code
/* CSS */
color: #2cfbaf;
background-color: #2cfbaf;
/* Tailwind (arbitrary) */
class="text-[#2cfbaf] bg-[#2cfbaf]"
/* SCSS */
$brand: #2cfbaf;
/* SwiftUI */
Color(red: 0.173, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#2cfbaf")Accessibility — WCAG contrast
Aa
#2cfbaf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfbaf on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.4%
Blue68.6%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#2cfbaf text on a black background
contrast 15.52:1
Card sample
#2cfbaf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfbaf;
Background color
Panel with #2cfbaf background
background-color: #2cfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfbaf; background: linear-gradient(135deg, #2cfbaf, #2CBDFB);