#196521
a deep, vivid green · cool · closest name: seagreen
RGB
25, 101, 33
HSL
126°, 60%, 25%
CMYK
75, 0, 67, 60
Luminance
0.0962
Every format
| HEX | #196521 |
| RGB | rgb(25, 101, 33) |
| HSL | hsl(126, 60%, 25%) |
| CMYK | cmyk(75%, 0%, 67%, 60%) |
| LAB | lab(37.2 -37.8 31.1) |
| LCH | lch(37.2 48.9 140.5) |
| OKLCH | oklch(0.446 0.125 144.6) |
Copy-ready code
/* CSS */
color: #196521;
background-color: #196521;
/* Tailwind (arbitrary) */
class="text-[#196521] bg-[#196521]"
/* SCSS */
$brand: #196521;
/* SwiftUI */
Color(red: 0.098, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#196521")Accessibility — WCAG contrast
Aa
#196521 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#196521 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green39.6%
Blue12.9%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#196521 text on a black background
contrast 2.92:1
Card sample
#196521 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196521;
Background color
Panel with #196521 background
background-color: #196521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196521; background: linear-gradient(135deg, #196521, #196554);