#2ab07b
a dark, vivid green · cool · closest name: seagreen
RGB
42, 176, 123
HSL
156°, 62%, 43%
CMYK
76, 0, 30, 31
Luminance
0.3297
Every format
| HEX | #2ab07b |
| RGB | rgb(42, 176, 123) |
| HSL | hsl(156, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 30%, 31%) |
| LAB | lab(64.1 -47.8 17.3) |
| LCH | lch(64.1 50.8 160.1) |
| OKLCH | oklch(0.674 0.137 161.4) |
Copy-ready code
/* CSS */
color: #2ab07b;
background-color: #2ab07b;
/* Tailwind (arbitrary) */
class="text-[#2ab07b] bg-[#2ab07b]"
/* SCSS */
$brand: #2ab07b;
/* SwiftUI */
Color(red: 0.165, green: 0.690, blue: 0.482)
/* Android */
Color.parseColor("#2ab07b")Accessibility — WCAG contrast
Aa
#2ab07b on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab07b on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.0%
Blue48.2%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow30.1%
Key (black)31.0%
Color previews
#2ab07b text on a black background
contrast 7.59:1
Card sample
#2ab07b text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab07b;
Background color
Panel with #2ab07b background
background-color: #2ab07b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab07b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 176, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 176, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab07b; background: linear-gradient(135deg, #2ab07b, #2A8BB0);