#0ac913
a dark, electric green · cool · closest name: lime
RGB
10, 201, 19
HSL
123°, 91%, 41%
CMYK
95, 0, 91, 21
Luminance
0.4188
Every format
| HEX | #0ac913 |
| RGB | rgb(10, 201, 19) |
| HSL | hsl(123, 91%, 41%) |
| CMYK | cmyk(95%, 0%, 91%, 21%) |
| LAB | lab(70.8 -71.2 67.3) |
| LCH | lch(70.8 98.0 136.6) |
| OKLCH | oklch(0.725 0.243 142.7) |
Copy-ready code
/* CSS */
color: #0ac913;
background-color: #0ac913;
/* Tailwind (arbitrary) */
class="text-[#0ac913] bg-[#0ac913]"
/* SCSS */
$brand: #0ac913;
/* SwiftUI */
Color(red: 0.039, green: 0.788, blue: 0.075)
/* Android */
Color.parseColor("#0ac913")Accessibility — WCAG contrast
Aa
#0ac913 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac913 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green78.8%
Blue7.5%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow90.5%
Key (black)21.2%
Color previews
#0ac913 text on a black background
contrast 9.38:1
Card sample
#0ac913 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac913;
Background color
Panel with #0ac913 background
background-color: #0ac913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 201, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 201, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac913; background: linear-gradient(135deg, #0ac913, #0AC992);