#107828
a dark, electric green · cool · closest name: forestgreen
RGB
16, 120, 40
HSL
134°, 77%, 27%
CMYK
87, 0, 67, 53
Luminance
0.1370
Every format
| HEX | #107828 |
| RGB | rgb(16, 120, 40) |
| HSL | hsl(134, 77%, 27%) |
| CMYK | cmyk(87%, 0%, 67%, 53%) |
| LAB | lab(43.8 -45.1 35.2) |
| LCH | lch(43.8 57.2 142.0) |
| OKLCH | oklch(0.501 0.146 146.0) |
Copy-ready code
/* CSS */
color: #107828;
background-color: #107828;
/* Tailwind (arbitrary) */
class="text-[#107828] bg-[#107828]"
/* SCSS */
$brand: #107828;
/* SwiftUI */
Color(red: 0.063, green: 0.471, blue: 0.157)
/* Android */
Color.parseColor("#107828")Accessibility — WCAG contrast
Aa
#107828 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#107828 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green47.1%
Blue15.7%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow66.7%
Key (black)52.9%
Color previews
#107828 text on a black background
contrast 3.74:1
Card sample
#107828 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #107828;
Background color
Panel with #107828 background
background-color: #107828;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #107828;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 120, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 120, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #107828; background: linear-gradient(135deg, #107828, #10786D);