#2aaa7f
a dark, vivid green · cool · closest name: seagreen
RGB
42, 170, 127
HSL
160°, 60%, 42%
CMYK
75, 0, 25, 33
Luminance
0.3077
Every format
| HEX | #2aaa7f |
| RGB | rgb(42, 170, 127) |
| HSL | hsl(160, 60%, 42%) |
| CMYK | cmyk(75%, 0%, 25%, 33%) |
| LAB | lab(62.3 -44.4 12.6) |
| LCH | lch(62.3 46.1 164.2) |
| OKLCH | oklch(0.660 0.126 165.3) |
Copy-ready code
/* CSS */
color: #2aaa7f;
background-color: #2aaa7f;
/* Tailwind (arbitrary) */
class="text-[#2aaa7f] bg-[#2aaa7f]"
/* SCSS */
$brand: #2aaa7f;
/* SwiftUI */
Color(red: 0.165, green: 0.667, blue: 0.498)
/* Android */
Color.parseColor("#2aaa7f")Accessibility — WCAG contrast
Aa
#2aaa7f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aaa7f on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green66.7%
Blue49.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow25.3%
Key (black)33.3%
Color previews
#2aaa7f text on a black background
contrast 7.15:1
Card sample
#2aaa7f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aaa7f;
Background color
Panel with #2aaa7f background
background-color: #2aaa7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aaa7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 170, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 170, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aaa7f; background: linear-gradient(135deg, #2aaa7f, #2A80AA);