#0ace6f
a dark, electric green · cool · closest name: forestgreen
RGB
10, 206, 111
HSL
151°, 91%, 42%
CMYK
95, 0, 46, 19
Luminance
0.4535
Every format
| HEX | #0ace6f |
| RGB | rgb(10, 206, 111) |
| HSL | hsl(151, 91%, 42%) |
| CMYK | cmyk(95%, 0%, 46%, 19%) |
| LAB | lab(73.1 -63.5 35.5) |
| LCH | lch(73.1 72.8 150.8) |
| OKLCH | oklch(0.747 0.191 152.9) |
Copy-ready code
/* CSS */
color: #0ace6f;
background-color: #0ace6f;
/* Tailwind (arbitrary) */
class="text-[#0ace6f] bg-[#0ace6f]"
/* SCSS */
$brand: #0ace6f;
/* SwiftUI */
Color(red: 0.039, green: 0.808, blue: 0.435)
/* Android */
Color.parseColor("#0ace6f")Accessibility — WCAG contrast
Aa
#0ace6f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ace6f on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green80.8%
Blue43.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow46.1%
Key (black)19.2%
Color previews
#0ace6f text on a black background
contrast 10.07:1
Card sample
#0ace6f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ace6f;
Background color
Panel with #0ace6f background
background-color: #0ace6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ace6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 206, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 206, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ace6f; background: linear-gradient(135deg, #0ace6f, #0AABCE);