#196f19
a dark, vivid green · cool · closest name: forestgreen
RGB
25, 111, 25
HSL
120°, 63%, 27%
CMYK
78, 0, 78, 57
Luminance
0.1165
Every format
| HEX | #196f19 |
| RGB | rgb(25, 111, 25) |
| HSL | hsl(120, 63%, 27%) |
| CMYK | cmyk(78%, 0%, 78%, 57%) |
| LAB | lab(40.6 -42.2 38.4) |
| LCH | lch(40.6 57.1 137.7) |
| OKLCH | oklch(0.474 0.144 142.9) |
Copy-ready code
/* CSS */
color: #196f19;
background-color: #196f19;
/* Tailwind (arbitrary) */
class="text-[#196f19] bg-[#196f19]"
/* SCSS */
$brand: #196f19;
/* SwiftUI */
Color(red: 0.098, green: 0.435, blue: 0.098)
/* Android */
Color.parseColor("#196f19")Accessibility — WCAG contrast
Aa
#196f19 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196f19 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green43.5%
Blue9.8%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow77.5%
Key (black)56.5%
Color previews
#196f19 text on a black background
contrast 3.33:1
Card sample
#196f19 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196f19;
Background color
Panel with #196f19 background
background-color: #196f19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196f19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 111, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 111, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196f19; background: linear-gradient(135deg, #196f19, #196F52);