#197621
a dark, vivid green · cool · closest name: forestgreen
RGB
25, 118, 33
HSL
125°, 65%, 28%
CMYK
79, 0, 72, 54
Luminance
0.1327
Every format
| HEX | #197621 |
| RGB | rgb(25, 118, 33) |
| HSL | hsl(125, 65%, 28%) |
| CMYK | cmyk(79%, 0%, 72%, 54%) |
| LAB | lab(43.2 -43.9 37.7) |
| LCH | lch(43.2 57.9 139.4) |
| OKLCH | oklch(0.496 0.147 144.0) |
Copy-ready code
/* CSS */
color: #197621;
background-color: #197621;
/* Tailwind (arbitrary) */
class="text-[#197621] bg-[#197621]"
/* SCSS */
$brand: #197621;
/* SwiftUI */
Color(red: 0.098, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#197621")Accessibility — WCAG contrast
Aa
#197621 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#197621 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green46.3%
Blue12.9%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#197621 text on a black background
contrast 3.65:1
Card sample
#197621 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197621;
Background color
Panel with #197621 background
background-color: #197621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197621; background: linear-gradient(135deg, #197621, #19765F);