#2ab06d
a dark, vivid green · cool · closest name: seagreen
RGB
42, 176, 109
HSL
150°, 62%, 43%
CMYK
76, 0, 38, 31
Luminance
0.3265
Every format
| HEX | #2ab06d |
| RGB | rgb(42, 176, 109) |
| HSL | hsl(150, 62%, 43%) |
| CMYK | cmyk(76%, 0%, 38%, 31%) |
| LAB | lab(63.9 -50.7 24.5) |
| LCH | lch(63.9 56.3 154.2) |
| OKLCH | oklch(0.671 0.150 155.9) |
Copy-ready code
/* CSS */
color: #2ab06d;
background-color: #2ab06d;
/* Tailwind (arbitrary) */
class="text-[#2ab06d] bg-[#2ab06d]"
/* SCSS */
$brand: #2ab06d;
/* SwiftUI */
Color(red: 0.165, green: 0.690, blue: 0.427)
/* Android */
Color.parseColor("#2ab06d")Accessibility — WCAG contrast
Aa
#2ab06d on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab06d on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.0%
Blue42.7%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow38.1%
Key (black)31.0%
Color previews
#2ab06d text on a black background
contrast 7.53:1
Card sample
#2ab06d text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab06d;
Background color
Panel with #2ab06d background
background-color: #2ab06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 176, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 176, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab06d; background: linear-gradient(135deg, #2ab06d, #2A9AB0);