#196607
a deep, electric green · cool · closest name: forestgreen
RGB
25, 102, 7
HSL
109°, 87%, 21%
CMYK
76, 0, 93, 60
Luminance
0.0972
Every format
| HEX | #196607 |
| RGB | rgb(25, 102, 7) |
| HSL | hsl(109, 87%, 21%) |
| CMYK | cmyk(76%, 0%, 93%, 60%) |
| LAB | lab(37.3 -40.2 41.0) |
| LCH | lch(37.3 57.4 134.5) |
| OKLCH | oklch(0.447 0.142 140.9) |
Copy-ready code
/* CSS */
color: #196607;
background-color: #196607;
/* Tailwind (arbitrary) */
class="text-[#196607] bg-[#196607]"
/* SCSS */
$brand: #196607;
/* SwiftUI */
Color(red: 0.098, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#196607")Accessibility — WCAG contrast
Aa
#196607 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#196607 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#196607 text on a black background
contrast 2.94:1
Card sample
#196607 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196607;
Background color
Panel with #196607 background
background-color: #196607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196607; background: linear-gradient(135deg, #196607, #076634);