#0ac539
a dark, electric green · cool · closest name: forestgreen
RGB
10, 197, 57
HSL
135°, 90%, 41%
CMYK
95, 0, 71, 23
Luminance
0.4029
Every format
| HEX | #0ac539 |
| RGB | rgb(10, 197, 57) |
| HSL | hsl(135, 90%, 41%) |
| CMYK | cmyk(95%, 0%, 71%, 23%) |
| LAB | lab(69.7 -67.8 55.9) |
| LCH | lch(69.7 87.9 140.5) |
| OKLCH | oklch(0.716 0.223 145.1) |
Copy-ready code
/* CSS */
color: #0ac539;
background-color: #0ac539;
/* Tailwind (arbitrary) */
class="text-[#0ac539] bg-[#0ac539]"
/* SCSS */
$brand: #0ac539;
/* SwiftUI */
Color(red: 0.039, green: 0.773, blue: 0.224)
/* Android */
Color.parseColor("#0ac539")Accessibility — WCAG contrast
Aa
#0ac539 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac539 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green77.3%
Blue22.4%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow71.1%
Key (black)22.7%
Color previews
#0ac539 text on a black background
contrast 9.06:1
Card sample
#0ac539 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac539;
Background color
Panel with #0ac539 background
background-color: #0ac539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 197, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 197, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac539; background: linear-gradient(135deg, #0ac539, #0AC5B6);