#2ab113
a dark, electric green · cool · closest name: green
RGB
42, 177, 19
HSL
111°, 81%, 38%
CMYK
76, 0, 89, 31
Luminance
0.3198
Every format
| HEX | #2ab113 |
| RGB | rgb(42, 177, 19) |
| HSL | hsl(111, 81%, 38%) |
| CMYK | cmyk(76%, 0%, 89%, 31%) |
| LAB | lab(63.3 -61.4 61.1) |
| LCH | lch(63.3 86.6 135.1) |
| OKLCH | oklch(0.664 0.214 141.5) |
Copy-ready code
/* CSS */
color: #2ab113;
background-color: #2ab113;
/* Tailwind (arbitrary) */
class="text-[#2ab113] bg-[#2ab113]"
/* SCSS */
$brand: #2ab113;
/* SwiftUI */
Color(red: 0.165, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#2ab113")Accessibility — WCAG contrast
Aa
#2ab113 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab113 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green69.4%
Blue7.5%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#2ab113 text on a black background
contrast 7.40:1
Card sample
#2ab113 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab113;
Background color
Panel with #2ab113 background
background-color: #2ab113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab113; background: linear-gradient(135deg, #2ab113, #13B165);