#2abb84
a dark, vivid green · cool · closest name: seagreen
RGB
42, 187, 132
HSL
157°, 63%, 45%
CMYK
78, 0, 29, 27
Luminance
0.3770
Every format
| HEX | #2abb84 |
| RGB | rgb(42, 187, 132) |
| HSL | hsl(157, 63%, 45%) |
| CMYK | cmyk(78%, 0%, 29%, 27%) |
| LAB | lab(67.8 -50.1 17.4) |
| LCH | lch(67.8 53.1 160.8) |
| OKLCH | oklch(0.705 0.144 162.0) |
Copy-ready code
/* CSS */
color: #2abb84;
background-color: #2abb84;
/* Tailwind (arbitrary) */
class="text-[#2abb84] bg-[#2abb84]"
/* SCSS */
$brand: #2abb84;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.518)
/* Android */
Color.parseColor("#2abb84")Accessibility — WCAG contrast
Aa
#2abb84 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abb84 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue51.8%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow29.4%
Key (black)26.7%
Color previews
#2abb84 text on a black background
contrast 8.54:1
Card sample
#2abb84 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abb84;
Background color
Panel with #2abb84 background
background-color: #2abb84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abb84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abb84; background: linear-gradient(135deg, #2abb84, #2A91BB);