#118521
a dark, electric green · cool · closest name: forestgreen
RGB
17, 133, 33
HSL
128°, 77%, 29%
CMYK
87, 0, 75, 48
Luminance
0.1700
Every format
| HEX | #118521 |
| RGB | rgb(17, 133, 33) |
| HSL | hsl(128, 77%, 29%) |
| CMYK | cmyk(87%, 0%, 75%, 48%) |
| LAB | lab(48.3 -50.0 43.0) |
| LCH | lch(48.3 65.9 139.3) |
| OKLCH | oklch(0.538 0.167 144.2) |
Copy-ready code
/* CSS */
color: #118521;
background-color: #118521;
/* Tailwind (arbitrary) */
class="text-[#118521] bg-[#118521]"
/* SCSS */
$brand: #118521;
/* SwiftUI */
Color(red: 0.067, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#118521")Accessibility — WCAG contrast
Aa
#118521 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#118521 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green52.2%
Blue12.9%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#118521 text on a black background
contrast 4.40:1
Card sample
#118521 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118521;
Background color
Panel with #118521 background
background-color: #118521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118521; background: linear-gradient(135deg, #118521, #11856E);