#2ab90b
a dark, electric green · cool · closest name: green
RGB
42, 185, 11
HSL
109°, 89%, 38%
CMYK
77, 0, 94, 28
Luminance
0.3521
Every format
| HEX | #2ab90b |
| RGB | rgb(42, 185, 11) |
| HSL | hsl(109, 89%, 38%) |
| CMYK | cmyk(77%, 0%, 94%, 28%) |
| LAB | lab(65.9 -64.0 64.5) |
| LCH | lch(65.9 90.9 134.8) |
| OKLCH | oklch(0.685 0.224 141.3) |
Copy-ready code
/* CSS */
color: #2ab90b;
background-color: #2ab90b;
/* Tailwind (arbitrary) */
class="text-[#2ab90b] bg-[#2ab90b]"
/* SCSS */
$brand: #2ab90b;
/* SwiftUI */
Color(red: 0.165, green: 0.725, blue: 0.043)
/* Android */
Color.parseColor("#2ab90b")Accessibility — WCAG contrast
Aa
#2ab90b on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab90b on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.5%
Blue4.3%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow94.1%
Key (black)27.5%
Color previews
#2ab90b text on a black background
contrast 8.04:1
Card sample
#2ab90b text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab90b;
Background color
Panel with #2ab90b background
background-color: #2ab90b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab90b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 185, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 185, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab90b; background: linear-gradient(135deg, #2ab90b, #0BB960);