#0ac608
a dark, electric green · cool · closest name: lime
RGB
10, 198, 8
HSL
119°, 92%, 40%
CMYK
95, 0, 96, 22
Luminance
0.4047
Every format
| HEX | #0ac608 |
| RGB | rgb(10, 198, 8) |
| HSL | hsl(119, 92%, 40%) |
| CMYK | cmyk(95%, 0%, 96%, 22%) |
| LAB | lab(69.8 -70.7 67.9) |
| LCH | lch(69.8 98.0 136.1) |
| OKLCH | oklch(0.717 0.242 142.5) |
Copy-ready code
/* CSS */
color: #0ac608;
background-color: #0ac608;
/* Tailwind (arbitrary) */
class="text-[#0ac608] bg-[#0ac608]"
/* SCSS */
$brand: #0ac608;
/* SwiftUI */
Color(red: 0.039, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#0ac608")Accessibility — WCAG contrast
Aa
#0ac608 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac608 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green77.6%
Blue3.1%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow96.0%
Key (black)22.4%
Color previews
#0ac608 text on a black background
contrast 9.09:1
Card sample
#0ac608 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac608;
Background color
Panel with #0ac608 background
background-color: #0ac608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac608; background: linear-gradient(135deg, #0ac608, #08C685);