#087521
a deep, electric green · cool · closest name: forestgreen
RGB
8, 117, 33
HSL
134°, 87%, 25%
CMYK
93, 0, 72, 54
Luminance
0.1288
Every format
| HEX | #087521 |
| RGB | rgb(8, 117, 33) |
| HSL | hsl(134, 87%, 25%) |
| CMYK | cmyk(93%, 0%, 72%, 54%) |
| LAB | lab(42.6 -45.6 37.0) |
| LCH | lch(42.6 58.7 141.0) |
| OKLCH | oklch(0.490 0.149 145.3) |
Copy-ready code
/* CSS */
color: #087521;
background-color: #087521;
/* Tailwind (arbitrary) */
class="text-[#087521] bg-[#087521]"
/* SCSS */
$brand: #087521;
/* SwiftUI */
Color(red: 0.031, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#087521")Accessibility — WCAG contrast
Aa
#087521 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087521 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.9%
Blue12.9%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#087521 text on a black background
contrast 3.58:1
Card sample
#087521 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087521;
Background color
Panel with #087521 background
background-color: #087521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087521; background: linear-gradient(135deg, #087521, #08756A);