#1eba21
a dark, vivid green · cool · closest name: green
RGB
30, 186, 33
HSL
121°, 72%, 42%
CMYK
84, 0, 82, 27
Luminance
0.3550
Every format
| HEX | #1eba21 |
| RGB | rgb(30, 186, 33) |
| HSL | hsl(121, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 82%, 27%) |
| LAB | lab(66.1 -65.0 60.3) |
| LCH | lch(66.1 88.6 137.1) |
| OKLCH | oklch(0.687 0.221 142.8) |
Copy-ready code
/* CSS */
color: #1eba21;
background-color: #1eba21;
/* Tailwind (arbitrary) */
class="text-[#1eba21] bg-[#1eba21]"
/* SCSS */
$brand: #1eba21;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.129)
/* Android */
Color.parseColor("#1eba21")Accessibility — WCAG contrast
Aa
#1eba21 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eba21 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.9%
Blue12.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow82.3%
Key (black)27.1%
Color previews
#1eba21 text on a black background
contrast 8.10:1
Card sample
#1eba21 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eba21;
Background color
Panel with #1eba21 background
background-color: #1eba21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eba21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 186, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eba21; background: linear-gradient(135deg, #1eba21, #1EBA89);