#196721
a dark, vivid green · cool · closest name: seagreen
RGB
25, 103, 33
HSL
126°, 61%, 25%
CMYK
76, 0, 68, 60
Luminance
0.1002
Every format
| HEX | #196721 |
| RGB | rgb(25, 103, 33) |
| HSL | hsl(126, 61%, 25%) |
| CMYK | cmyk(76%, 0%, 68%, 60%) |
| LAB | lab(37.9 -38.5 31.9) |
| LCH | lch(37.9 50.0 140.3) |
| OKLCH | oklch(0.452 0.128 144.5) |
Copy-ready code
/* CSS */
color: #196721;
background-color: #196721;
/* Tailwind (arbitrary) */
class="text-[#196721] bg-[#196721]"
/* SCSS */
$brand: #196721;
/* SwiftUI */
Color(red: 0.098, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#196721")Accessibility — WCAG contrast
Aa
#196721 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196721 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#196721 text on a black background
contrast 3.00:1
Card sample
#196721 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196721;
Background color
Panel with #196721 background
background-color: #196721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196721; background: linear-gradient(135deg, #196721, #196755);