#0ace4d
a dark, electric green · cool · closest name: forestgreen
RGB
10, 206, 77
HSL
141°, 91%, 42%
CMYK
95, 0, 63, 19
Luminance
0.4474
Every format
| HEX | #0ace4d |
| RGB | rgb(10, 206, 77) |
| HSL | hsl(141, 91%, 42%) |
| CMYK | cmyk(95%, 0%, 63%, 19%) |
| LAB | lab(72.7 -68.4 51.0) |
| LCH | lch(72.7 85.4 143.3) |
| OKLCH | oklch(0.742 0.219 147.0) |
Copy-ready code
/* CSS */
color: #0ace4d;
background-color: #0ace4d;
/* Tailwind (arbitrary) */
class="text-[#0ace4d] bg-[#0ace4d]"
/* SCSS */
$brand: #0ace4d;
/* SwiftUI */
Color(red: 0.039, green: 0.808, blue: 0.302)
/* Android */
Color.parseColor("#0ace4d")Accessibility — WCAG contrast
Aa
#0ace4d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ace4d on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.8%
Blue30.2%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow62.6%
Key (black)19.2%
Color previews
#0ace4d text on a black background
contrast 9.95:1
Card sample
#0ace4d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ace4d;
Background color
Panel with #0ace4d background
background-color: #0ace4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ace4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 206, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 206, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ace4d; background: linear-gradient(135deg, #0ace4d, #0ACDCE);