#1eb359
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 179, 89
HSL
144°, 71%, 41%
CMYK
83, 0, 50, 30
Luminance
0.3324
Every format
| HEX | #1eb359 |
| RGB | rgb(30, 179, 89) |
| HSL | hsl(144, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 50%, 30%) |
| LAB | lab(64.3 -56.8 35.5) |
| LCH | lch(64.3 67.0 148.0) |
| OKLCH | oklch(0.674 0.175 150.5) |
Copy-ready code
/* CSS */
color: #1eb359;
background-color: #1eb359;
/* Tailwind (arbitrary) */
class="text-[#1eb359] bg-[#1eb359]"
/* SCSS */
$brand: #1eb359;
/* SwiftUI */
Color(red: 0.118, green: 0.702, blue: 0.349)
/* Android */
Color.parseColor("#1eb359")Accessibility — WCAG contrast
Aa
#1eb359 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb359 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.2%
Blue34.9%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow50.3%
Key (black)29.8%
Color previews
#1eb359 text on a black background
contrast 7.65:1
Card sample
#1eb359 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb359;
Background color
Panel with #1eb359 background
background-color: #1eb359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 179, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 179, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb359; background: linear-gradient(135deg, #1eb359, #1EAAB3);