#08b034
a dark, electric green · cool · closest name: forestgreen
RGB
8, 176, 52
HSL
136°, 91%, 36%
CMYK
96, 0, 71, 31
Luminance
0.3135
Every format
| HEX | #08b034 |
| RGB | rgb(8, 176, 52) |
| HSL | hsl(136, 91%, 36%) |
| CMYK | cmyk(96%, 0%, 71%, 31%) |
| LAB | lab(62.8 -62.2 50.6) |
| LCH | lch(62.8 80.2 140.9) |
| OKLCH | oklch(0.659 0.203 145.3) |
Copy-ready code
/* CSS */
color: #08b034;
background-color: #08b034;
/* Tailwind (arbitrary) */
class="text-[#08b034] bg-[#08b034]"
/* SCSS */
$brand: #08b034;
/* SwiftUI */
Color(red: 0.031, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#08b034")Accessibility — WCAG contrast
Aa
#08b034 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b034 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.0%
Blue20.4%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow70.5%
Key (black)31.0%
Color previews
#08b034 text on a black background
contrast 7.27:1
Card sample
#08b034 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b034;
Background color
Panel with #08b034 background
background-color: #08b034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b034; background: linear-gradient(135deg, #08b034, #08B0A4);