#088833
a dark, electric green · cool · closest name: forestgreen
RGB
8, 136, 51
HSL
140°, 89%, 28%
CMYK
94, 0, 63, 47
Luminance
0.1790
Every format
| HEX | #088833 |
| RGB | rgb(8, 136, 51) |
| HSL | hsl(140, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 63%, 47%) |
| LAB | lab(49.4 -49.7 36.2) |
| LCH | lch(49.4 61.5 143.9) |
| OKLCH | oklch(0.547 0.158 147.4) |
Copy-ready code
/* CSS */
color: #088833;
background-color: #088833;
/* Tailwind (arbitrary) */
class="text-[#088833] bg-[#088833]"
/* SCSS */
$brand: #088833;
/* SwiftUI */
Color(red: 0.031, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#088833")Accessibility — WCAG contrast
Aa
#088833 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#088833 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green53.3%
Blue20.0%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#088833 text on a black background
contrast 4.58:1
Card sample
#088833 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #088833;
Background color
Panel with #088833 background
background-color: #088833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #088833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #088833; background: linear-gradient(135deg, #088833, #088788);