#196621
a deep, vivid green · cool · closest name: seagreen
RGB
25, 102, 33
HSL
126°, 61%, 25%
CMYK
76, 0, 68, 60
Luminance
0.0982
Every format
| HEX | #196621 |
| RGB | rgb(25, 102, 33) |
| HSL | hsl(126, 61%, 25%) |
| CMYK | cmyk(76%, 0%, 68%, 60%) |
| LAB | lab(37.5 -38.1 31.5) |
| LCH | lch(37.5 49.5 140.4) |
| OKLCH | oklch(0.449 0.127 144.5) |
Copy-ready code
/* CSS */
color: #196621;
background-color: #196621;
/* Tailwind (arbitrary) */
class="text-[#196621] bg-[#196621]"
/* SCSS */
$brand: #196621;
/* SwiftUI */
Color(red: 0.098, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#196621")Accessibility — WCAG contrast
Aa
#196621 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#196621 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green40.0%
Blue12.9%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#196621 text on a black background
contrast 2.96:1
Card sample
#196621 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196621;
Background color
Panel with #196621 background
background-color: #196621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196621; background: linear-gradient(135deg, #196621, #196654);