#0ac950
a dark, electric green · cool · closest name: forestgreen
RGB
10, 201, 80
HSL
142°, 91%, 41%
CMYK
95, 0, 60, 21
Luminance
0.4242
Every format
| HEX | #0ac950 |
| RGB | rgb(10, 201, 80) |
| HSL | hsl(142, 91%, 41%) |
| CMYK | cmyk(95%, 0%, 60%, 21%) |
| LAB | lab(71.2 -66.6 47.9) |
| LCH | lch(71.2 82.0 144.2) |
| OKLCH | oklch(0.729 0.211 147.7) |
Copy-ready code
/* CSS */
color: #0ac950;
background-color: #0ac950;
/* Tailwind (arbitrary) */
class="text-[#0ac950] bg-[#0ac950]"
/* SCSS */
$brand: #0ac950;
/* SwiftUI */
Color(red: 0.039, green: 0.788, blue: 0.314)
/* Android */
Color.parseColor("#0ac950")Accessibility — WCAG contrast
Aa
#0ac950 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac950 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green78.8%
Blue31.4%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow60.2%
Key (black)21.2%
Color previews
#0ac950 text on a black background
contrast 9.48:1
Card sample
#0ac950 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac950;
Background color
Panel with #0ac950 background
background-color: #0ac950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 201, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 201, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac950; background: linear-gradient(135deg, #0ac950, #0AC3C9);