#2aa755
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 167, 85
HSL
141°, 60%, 41%
CMYK
75, 0, 49, 35
Luminance
0.2879
Every format
| HEX | #2aa755 |
| RGB | rgb(42, 167, 85) |
| HSL | hsl(141, 60%, 41%) |
| CMYK | cmyk(75%, 0%, 49%, 35%) |
| LAB | lab(60.6 -51.7 32.9) |
| LCH | lch(60.6 61.3 147.6) |
| OKLCH | oklch(0.643 0.160 150.1) |
Copy-ready code
/* CSS */
color: #2aa755;
background-color: #2aa755;
/* Tailwind (arbitrary) */
class="text-[#2aa755] bg-[#2aa755]"
/* SCSS */
$brand: #2aa755;
/* SwiftUI */
Color(red: 0.165, green: 0.655, blue: 0.333)
/* Android */
Color.parseColor("#2aa755")Accessibility — WCAG contrast
Aa
#2aa755 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2aa755 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green65.5%
Blue33.3%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow49.1%
Key (black)34.5%
Color previews
#2aa755 text on a black background
contrast 6.76:1
Card sample
#2aa755 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aa755;
Background color
Panel with #2aa755 background
background-color: #2aa755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aa755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 167, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 167, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aa755; background: linear-gradient(135deg, #2aa755, #2AA6A7);