#19af4b
a dark, electric green · cool · closest name: forestgreen
RGB
25, 175, 75
HSL
140°, 75%, 39%
CMYK
86, 0, 57, 31
Luminance
0.3137
Every format
| HEX | #19af4b |
| RGB | rgb(25, 175, 75) |
| HSL | hsl(140, 75%, 39%) |
| CMYK | cmyk(86%, 0%, 57%, 31%) |
| LAB | lab(62.8 -58.0 40.5) |
| LCH | lch(62.8 70.8 145.1) |
| OKLCH | oklch(0.660 0.183 148.2) |
Copy-ready code
/* CSS */
color: #19af4b;
background-color: #19af4b;
/* Tailwind (arbitrary) */
class="text-[#19af4b] bg-[#19af4b]"
/* SCSS */
$brand: #19af4b;
/* SwiftUI */
Color(red: 0.098, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#19af4b")Accessibility — WCAG contrast
Aa
#19af4b on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19af4b on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green68.6%
Blue29.4%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow57.1%
Key (black)31.4%
Color previews
#19af4b text on a black background
contrast 7.27:1
Card sample
#19af4b text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19af4b;
Background color
Panel with #19af4b background
background-color: #19af4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19af4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19af4b; background: linear-gradient(135deg, #19af4b, #19AFAF);