#19950f
a dark, electric green · cool · closest name: green
RGB
25, 149, 15
HSL
116°, 82%, 32%
CMYK
83, 0, 90, 42
Luminance
0.2174
Every format
| HEX | #19950f |
| RGB | rgb(25, 149, 15) |
| HSL | hsl(116, 82%, 32%) |
| CMYK | cmyk(83%, 0%, 90%, 42%) |
| LAB | lab(53.7 -55.3 53.5) |
| LCH | lch(53.7 76.9 135.9) |
| OKLCH | oklch(0.583 0.190 142.1) |
Copy-ready code
/* CSS */
color: #19950f;
background-color: #19950f;
/* Tailwind (arbitrary) */
class="text-[#19950f] bg-[#19950f]"
/* SCSS */
$brand: #19950f;
/* SwiftUI */
Color(red: 0.098, green: 0.584, blue: 0.059)
/* Android */
Color.parseColor("#19950f")Accessibility — WCAG contrast
Aa
#19950f on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#19950f on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green58.4%
Blue5.9%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow89.9%
Key (black)41.6%
Color previews
#19950f text on a black background
contrast 5.35:1
Card sample
#19950f text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19950f;
Background color
Panel with #19950f background
background-color: #19950f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19950f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 149, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 149, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19950f; background: linear-gradient(135deg, #19950f, #0F955E);