#3ece6f
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 206, 111
HSL
140°, 60%, 53%
CMYK
70, 0, 46, 19
Luminance
0.4631
Every format
| HEX | #3ece6f |
| RGB | rgb(62, 206, 111) |
| HSL | hsl(140, 60%, 53%) |
| CMYK | cmyk(70%, 0%, 46%, 19%) |
| LAB | lab(73.8 -58.5 36.4) |
| LCH | lch(73.8 68.9 148.1) |
| OKLCH | oklch(0.754 0.181 150.5) |
Copy-ready code
/* CSS */
color: #3ece6f;
background-color: #3ece6f;
/* Tailwind (arbitrary) */
class="text-[#3ece6f] bg-[#3ece6f]"
/* SCSS */
$brand: #3ece6f;
/* SwiftUI */
Color(red: 0.243, green: 0.808, blue: 0.435)
/* Android */
Color.parseColor("#3ece6f")Accessibility — WCAG contrast
Aa
#3ece6f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ece6f on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green80.8%
Blue43.5%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow46.1%
Key (black)19.2%
Color previews
#3ece6f text on a black background
contrast 10.26:1
Card sample
#3ece6f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ece6f;
Background color
Panel with #3ece6f background
background-color: #3ece6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ece6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 206, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 206, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ece6f; background: linear-gradient(135deg, #3ece6f, #3ECDCE);