#2abb8a
a dark, vivid green · cool · closest name: seagreen
RGB
42, 187, 138
HSL
160°, 63%, 45%
CMYK
78, 0, 26, 27
Luminance
0.3787
Every format
| HEX | #2abb8a |
| RGB | rgb(42, 187, 138) |
| HSL | hsl(160, 63%, 45%) |
| CMYK | cmyk(78%, 0%, 26%, 27%) |
| LAB | lab(67.9 -48.8 14.4) |
| LCH | lch(67.9 50.8 163.6) |
| OKLCH | oklch(0.706 0.139 164.7) |
Copy-ready code
/* CSS */
color: #2abb8a;
background-color: #2abb8a;
/* Tailwind (arbitrary) */
class="text-[#2abb8a] bg-[#2abb8a]"
/* SCSS */
$brand: #2abb8a;
/* SwiftUI */
Color(red: 0.165, green: 0.733, blue: 0.541)
/* Android */
Color.parseColor("#2abb8a")Accessibility — WCAG contrast
Aa
#2abb8a on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2abb8a on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green73.3%
Blue54.1%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow26.2%
Key (black)26.7%
Color previews
#2abb8a text on a black background
contrast 8.57:1
Card sample
#2abb8a text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2abb8a;
Background color
Panel with #2abb8a background
background-color: #2abb8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2abb8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 187, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 187, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2abb8a; background: linear-gradient(135deg, #2abb8a, #2A8BBB);