#2caa13
a dark, electric green · cool · closest name: green
RGB
44, 170, 19
HSL
110°, 80%, 37%
CMYK
74, 0, 89, 33
Luminance
0.2933
Every format
| HEX | #2caa13 |
| RGB | rgb(44, 170, 19) |
| HSL | hsl(110, 80%, 37%) |
| CMYK | cmyk(74%, 0%, 89%, 33%) |
| LAB | lab(61.1 -58.9 59.1) |
| LCH | lch(61.1 83.4 134.9) |
| OKLCH | oklch(0.645 0.206 141.2) |
Copy-ready code
/* CSS */
color: #2caa13;
background-color: #2caa13;
/* Tailwind (arbitrary) */
class="text-[#2caa13] bg-[#2caa13]"
/* SCSS */
$brand: #2caa13;
/* SwiftUI */
Color(red: 0.173, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#2caa13")Accessibility — WCAG contrast
Aa
#2caa13 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2caa13 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green66.7%
Blue7.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow88.8%
Key (black)33.3%
Color previews
#2caa13 text on a black background
contrast 6.87:1
Card sample
#2caa13 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2caa13;
Background color
Panel with #2caa13 background
background-color: #2caa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2caa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2caa13; background: linear-gradient(135deg, #2caa13, #13AA5F);