#13cf4f
a dark, electric green · cool · closest name: forestgreen
RGB
19, 207, 79
HSL
139°, 83%, 44%
CMYK
91, 0, 62, 19
Luminance
0.4533
Every format
| HEX | #13cf4f |
| RGB | rgb(19, 207, 79) |
| HSL | hsl(139, 83%, 44%) |
| CMYK | cmyk(91%, 0%, 62%, 19%) |
| LAB | lab(73.1 -68.1 50.6) |
| LCH | lch(73.1 84.8 143.4) |
| OKLCH | oklch(0.746 0.218 147.0) |
Copy-ready code
/* CSS */
color: #13cf4f;
background-color: #13cf4f;
/* Tailwind (arbitrary) */
class="text-[#13cf4f] bg-[#13cf4f]"
/* SCSS */
$brand: #13cf4f;
/* SwiftUI */
Color(red: 0.075, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#13cf4f")Accessibility — WCAG contrast
Aa
#13cf4f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cf4f on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green81.2%
Blue31.0%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#13cf4f text on a black background
contrast 10.07:1
Card sample
#13cf4f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cf4f;
Background color
Panel with #13cf4f background
background-color: #13cf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cf4f; background: linear-gradient(135deg, #13cf4f, #13CFCC);