#107521
a dark, electric green · cool · closest name: forestgreen
RGB
16, 117, 33
HSL
130°, 76%, 26%
CMYK
86, 0, 72, 54
Luminance
0.1294
Every format
| HEX | #107521 |
| RGB | rgb(16, 117, 33) |
| HSL | hsl(130, 76%, 26%) |
| CMYK | cmyk(86%, 0%, 72%, 54%) |
| LAB | lab(42.7 -44.9 37.1) |
| LCH | lch(42.7 58.2 140.4) |
| OKLCH | oklch(0.491 0.148 144.8) |
Copy-ready code
/* CSS */
color: #107521;
background-color: #107521;
/* Tailwind (arbitrary) */
class="text-[#107521] bg-[#107521]"
/* SCSS */
$brand: #107521;
/* SwiftUI */
Color(red: 0.063, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#107521")Accessibility — WCAG contrast
Aa
#107521 on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#107521 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green45.9%
Blue12.9%
CMYK percentages
Cyan86.3%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#107521 text on a black background
contrast 3.59:1
Card sample
#107521 text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #107521;
Background color
Panel with #107521 background
background-color: #107521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #107521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #107521; background: linear-gradient(135deg, #107521, #107564);