#10ca4e
a dark, electric green · cool · closest name: forestgreen
RGB
16, 202, 78
HSL
140°, 85%, 43%
CMYK
92, 0, 61, 21
Luminance
0.4290
Every format
| HEX | #10ca4e |
| RGB | rgb(16, 202, 78) |
| HSL | hsl(140, 85%, 43%) |
| CMYK | cmyk(92%, 0%, 61%, 21%) |
| LAB | lab(71.5 -66.8 49.2) |
| LCH | lch(71.5 83.0 143.6) |
| OKLCH | oklch(0.732 0.213 147.2) |
Copy-ready code
/* CSS */
color: #10ca4e;
background-color: #10ca4e;
/* Tailwind (arbitrary) */
class="text-[#10ca4e] bg-[#10ca4e]"
/* SCSS */
$brand: #10ca4e;
/* SwiftUI */
Color(red: 0.063, green: 0.792, blue: 0.306)
/* Android */
Color.parseColor("#10ca4e")Accessibility — WCAG contrast
Aa
#10ca4e on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10ca4e on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green79.2%
Blue30.6%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow61.4%
Key (black)20.8%
Color previews
#10ca4e text on a black background
contrast 9.58:1
Card sample
#10ca4e text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10ca4e;
Background color
Panel with #10ca4e background
background-color: #10ca4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10ca4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 202, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 202, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10ca4e; background: linear-gradient(135deg, #10ca4e, #10CACA);