#088621
a dark, electric green · cool · closest name: forestgreen
RGB
8, 134, 33
HSL
132°, 89%, 28%
CMYK
94, 0, 75, 48
Luminance
0.1721
Every format
| HEX | #088621 |
| RGB | rgb(8, 134, 33) |
| HSL | hsl(132, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 75%, 48%) |
| LAB | lab(48.5 -51.1 43.2) |
| LCH | lch(48.5 66.9 139.8) |
| OKLCH | oklch(0.540 0.169 144.6) |
Copy-ready code
/* CSS */
color: #088621;
background-color: #088621;
/* Tailwind (arbitrary) */
class="text-[#088621] bg-[#088621]"
/* SCSS */
$brand: #088621;
/* SwiftUI */
Color(red: 0.031, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#088621")Accessibility — WCAG contrast
Aa
#088621 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#088621 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.5%
Blue12.9%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#088621 text on a black background
contrast 4.44:1
Card sample
#088621 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #088621;
Background color
Panel with #088621 background
background-color: #088621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #088621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #088621; background: linear-gradient(135deg, #088621, #088675);