#3ad67b
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 214, 123
HSL
145°, 66%, 53%
CMYK
73, 0, 43, 16
Luminance
0.5042
Every format
| HEX | #3ad67b |
| RGB | rgb(58, 214, 123) |
| HSL | hsl(145, 66%, 53%) |
| CMYK | cmyk(73%, 0%, 43%, 16%) |
| LAB | lab(76.3 -60.0 33.7) |
| LCH | lch(76.3 68.8 150.7) |
| OKLCH | oklch(0.776 0.182 152.7) |
Copy-ready code
/* CSS */
color: #3ad67b;
background-color: #3ad67b;
/* Tailwind (arbitrary) */
class="text-[#3ad67b] bg-[#3ad67b]"
/* SCSS */
$brand: #3ad67b;
/* SwiftUI */
Color(red: 0.227, green: 0.839, blue: 0.482)
/* Android */
Color.parseColor("#3ad67b")Accessibility — WCAG contrast
Aa
#3ad67b on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad67b on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green83.9%
Blue48.2%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow42.5%
Key (black)16.1%
Color previews
#3ad67b text on a black background
contrast 11.08:1
Card sample
#3ad67b text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad67b;
Background color
Panel with #3ad67b background
background-color: #3ad67b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad67b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 214, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 214, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad67b; background: linear-gradient(135deg, #3ad67b, #3AC9D6);