#3ab209
a dark, electric green · cool · closest name: green
RGB
58, 178, 9
HSL
103°, 90%, 37%
CMYK
67, 0, 95, 30
Luminance
0.3276
Every format
| HEX | #3ab209 |
| RGB | rgb(58, 178, 9) |
| HSL | hsl(103, 90%, 37%) |
| CMYK | cmyk(67%, 0%, 95%, 30%) |
| LAB | lab(64.0 -59.1 63.3) |
| LCH | lch(64.0 86.6 133.0) |
| OKLCH | oklch(0.670 0.212 139.9) |
Copy-ready code
/* CSS */
color: #3ab209;
background-color: #3ab209;
/* Tailwind (arbitrary) */
class="text-[#3ab209] bg-[#3ab209]"
/* SCSS */
$brand: #3ab209;
/* SwiftUI */
Color(red: 0.227, green: 0.698, blue: 0.035)
/* Android */
Color.parseColor("#3ab209")Accessibility — WCAG contrast
Aa
#3ab209 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab209 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green69.8%
Blue3.5%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow94.9%
Key (black)30.2%
Color previews
#3ab209 text on a black background
contrast 7.55:1
Card sample
#3ab209 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab209;
Background color
Panel with #3ab209 background
background-color: #3ab209;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab209;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 178, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 178, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab209; background: linear-gradient(135deg, #3ab209, #09B249);