#08b003
a dark, electric green · cool · closest name: green
RGB
8, 176, 3
HSL
118°, 97%, 35%
CMYK
96, 0, 98, 31
Luminance
0.3111
Every format
| HEX | #08b003 |
| RGB | rgb(8, 176, 3) |
| HSL | hsl(118, 97%, 35%) |
| CMYK | cmyk(96%, 0%, 98%, 31%) |
| LAB | lab(62.6 -64.8 62.6) |
| LCH | lch(62.6 90.1 136.0) |
| OKLCH | oklch(0.657 0.222 142.4) |
Copy-ready code
/* CSS */
color: #08b003;
background-color: #08b003;
/* Tailwind (arbitrary) */
class="text-[#08b003] bg-[#08b003]"
/* SCSS */
$brand: #08b003;
/* SwiftUI */
Color(red: 0.031, green: 0.690, blue: 0.012)
/* Android */
Color.parseColor("#08b003")Accessibility — WCAG contrast
Aa
#08b003 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b003 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.0%
Blue1.2%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow98.3%
Key (black)31.0%
Color previews
#08b003 text on a black background
contrast 7.22:1
Card sample
#08b003 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b003;
Background color
Panel with #08b003 background
background-color: #08b003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 176, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 176, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b003; background: linear-gradient(135deg, #08b003, #03B071);