#2cad06
a dark, electric green · cool · closest name: green
RGB
44, 173, 6
HSL
106°, 93%, 35%
CMYK
75, 0, 97, 32
Luminance
0.3044
Every format
| HEX | #2cad06 |
| RGB | rgb(44, 173, 6) |
| HSL | hsl(106, 93%, 35%) |
| CMYK | cmyk(75%, 0%, 97%, 32%) |
| LAB | lab(62.0 -60.2 62.0) |
| LCH | lch(62.0 86.3 134.2) |
| OKLCH | oklch(0.653 0.212 140.9) |
Copy-ready code
/* CSS */
color: #2cad06;
background-color: #2cad06;
/* Tailwind (arbitrary) */
class="text-[#2cad06] bg-[#2cad06]"
/* SCSS */
$brand: #2cad06;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.024)
/* Android */
Color.parseColor("#2cad06")Accessibility — WCAG contrast
Aa
#2cad06 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cad06 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue2.4%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow96.5%
Key (black)32.2%
Color previews
#2cad06 text on a black background
contrast 7.09:1
Card sample
#2cad06 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cad06;
Background color
Panel with #2cad06 background
background-color: #2cad06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cad06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cad06; background: linear-gradient(135deg, #2cad06, #06AD4F);