#10941c
a dark, electric green · cool · closest name: forestgreen
RGB
16, 148, 28
HSL
126°, 81%, 32%
CMYK
89, 0, 81, 42
Luminance
0.2137
Every format
| HEX | #10941c |
| RGB | rgb(16, 148, 28) |
| HSL | hsl(126, 81%, 32%) |
| CMYK | cmyk(89%, 0%, 81%, 42%) |
| LAB | lab(53.4 -55.2 49.7) |
| LCH | lch(53.4 74.3 138.0) |
| OKLCH | oklch(0.580 0.186 143.4) |
Copy-ready code
/* CSS */
color: #10941c;
background-color: #10941c;
/* Tailwind (arbitrary) */
class="text-[#10941c] bg-[#10941c]"
/* SCSS */
$brand: #10941c;
/* SwiftUI */
Color(red: 0.063, green: 0.580, blue: 0.110)
/* Android */
Color.parseColor("#10941c")Accessibility — WCAG contrast
Aa
#10941c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#10941c on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green58.0%
Blue11.0%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow81.1%
Key (black)42.0%
Color previews
#10941c text on a black background
contrast 5.27:1
Card sample
#10941c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10941c;
Background color
Panel with #10941c background
background-color: #10941c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10941c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 148, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 148, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10941c; background: linear-gradient(135deg, #10941c, #109474);