#1eb656
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 182, 86
HSL
142°, 72%, 42%
CMYK
84, 0, 53, 29
Luminance
0.3440
Every format
| HEX | #1eb656 |
| RGB | rgb(30, 182, 86) |
| HSL | hsl(142, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 53%, 29%) |
| LAB | lab(65.3 -58.3 38.1) |
| LCH | lch(65.3 69.7 146.8) |
| OKLCH | oklch(0.681 0.181 149.5) |
Copy-ready code
/* CSS */
color: #1eb656;
background-color: #1eb656;
/* Tailwind (arbitrary) */
class="text-[#1eb656] bg-[#1eb656]"
/* SCSS */
$brand: #1eb656;
/* SwiftUI */
Color(red: 0.118, green: 0.714, blue: 0.337)
/* Android */
Color.parseColor("#1eb656")Accessibility — WCAG contrast
Aa
#1eb656 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb656 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.4%
Blue33.7%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow52.7%
Key (black)28.6%
Color previews
#1eb656 text on a black background
contrast 7.88:1
Card sample
#1eb656 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb656;
Background color
Panel with #1eb656 background
background-color: #1eb656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 182, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 182, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb656; background: linear-gradient(135deg, #1eb656, #1EB1B6);