#2cebab
a balanced, electric green · cool · closest name: aquamarine
RGB
44, 235, 171
HSL
160°, 83%, 55%
CMYK
81, 0, 27, 8
Luminance
0.6289
Every format
| HEX | #2cebab |
| RGB | rgb(44, 235, 171) |
| HSL | hsl(160, 83%, 55%) |
| CMYK | cmyk(81%, 0%, 27%, 8%) |
| LAB | lab(83.4 -59.7 18.4) |
| LCH | lch(83.4 62.5 162.8) |
| OKLCH | oklch(0.836 0.170 164.0) |
Copy-ready code
/* CSS */
color: #2cebab;
background-color: #2cebab;
/* Tailwind (arbitrary) */
class="text-[#2cebab] bg-[#2cebab]"
/* SCSS */
$brand: #2cebab;
/* SwiftUI */
Color(red: 0.173, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#2cebab")Accessibility — WCAG contrast
Aa
#2cebab on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cebab on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.2%
Blue67.1%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#2cebab text on a black background
contrast 13.58:1
Card sample
#2cebab text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cebab;
Background color
Panel with #2cebab background
background-color: #2cebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cebab; background: linear-gradient(135deg, #2cebab, #2CACEB);