#2ab86d
a dark, vivid green · cool · closest name: seagreen
RGB
42, 184, 109
HSL
148°, 63%, 44%
CMYK
77, 0, 41, 28
Luminance
0.3588
Every format
| HEX | #2ab86d |
| RGB | rgb(42, 184, 109) |
| HSL | hsl(148, 63%, 44%) |
| CMYK | cmyk(77%, 0%, 41%, 28%) |
| LAB | lab(66.4 -53.7 27.9) |
| LCH | lch(66.4 60.5 152.6) |
| OKLCH | oklch(0.692 0.160 154.4) |
Copy-ready code
/* CSS */
color: #2ab86d;
background-color: #2ab86d;
/* Tailwind (arbitrary) */
class="text-[#2ab86d] bg-[#2ab86d]"
/* SCSS */
$brand: #2ab86d;
/* SwiftUI */
Color(red: 0.165, green: 0.722, blue: 0.427)
/* Android */
Color.parseColor("#2ab86d")Accessibility — WCAG contrast
Aa
#2ab86d on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab86d on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.2%
Blue42.7%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow40.8%
Key (black)27.8%
Color previews
#2ab86d text on a black background
contrast 8.18:1
Card sample
#2ab86d text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab86d;
Background color
Panel with #2ab86d background
background-color: #2ab86d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab86d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 184, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 184, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab86d; background: linear-gradient(135deg, #2ab86d, #2AA4B8);