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