#2aa983
a dark, vivid cyan · cool · closest name: seagreen
RGB
42, 169, 131
HSL
162°, 60%, 41%
CMYK
75, 0, 23, 34
Luminance
0.3051
Every format
| HEX | #2aa983 |
| RGB | rgb(42, 169, 131) |
| HSL | hsl(162, 60%, 41%) |
| CMYK | cmyk(75%, 0%, 23%, 34%) |
| LAB | lab(62.1 -43.0 10.0) |
| LCH | lch(62.1 44.2 166.9) |
| OKLCH | oklch(0.658 0.122 167.9) |
Copy-ready code
/* CSS */
color: #2aa983;
background-color: #2aa983;
/* Tailwind (arbitrary) */
class="text-[#2aa983] bg-[#2aa983]"
/* SCSS */
$brand: #2aa983;
/* SwiftUI */
Color(red: 0.165, green: 0.663, blue: 0.514)
/* Android */
Color.parseColor("#2aa983")Accessibility — WCAG contrast
Aa
#2aa983 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aa983 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green66.3%
Blue51.4%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow22.5%
Key (black)33.7%
Color previews
#2aa983 text on a black background
contrast 7.10:1
Card sample
#2aa983 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aa983;
Background color
Panel with #2aa983 background
background-color: #2aa983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aa983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 169, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 169, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aa983; background: linear-gradient(135deg, #2aa983, #2A7BA9);