#3aa76d
a dark, vivid green · cool · closest name: seagreen
RGB
58, 167, 109
HSL
148°, 48%, 44%
CMYK
65, 0, 35, 35
Luminance
0.2964
Every format
| HEX | #3aa76d |
| RGB | rgb(58, 167, 109) |
| HSL | hsl(148, 48%, 44%) |
| CMYK | cmyk(65%, 0%, 35%, 35%) |
| LAB | lab(61.3 -44.5 21.2) |
| LCH | lch(61.3 49.3 154.6) |
| OKLCH | oklch(0.651 0.132 156.2) |
Copy-ready code
/* CSS */
color: #3aa76d;
background-color: #3aa76d;
/* Tailwind (arbitrary) */
class="text-[#3aa76d] bg-[#3aa76d]"
/* SCSS */
$brand: #3aa76d;
/* SwiftUI */
Color(red: 0.227, green: 0.655, blue: 0.427)
/* Android */
Color.parseColor("#3aa76d")Accessibility — WCAG contrast
Aa
#3aa76d on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3aa76d on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green65.5%
Blue42.7%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow34.7%
Key (black)34.5%
Color previews
#3aa76d text on a black background
contrast 6.93:1
Card sample
#3aa76d text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aa76d;
Background color
Panel with #3aa76d background
background-color: #3aa76d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aa76d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 167, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 167, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aa76d; background: linear-gradient(135deg, #3aa76d, #3A98A7);