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