#196c48
a dark, vivid green · cool · closest name: seagreen
RGB
25, 108, 72
HSL
154°, 62%, 26%
CMYK
77, 0, 33, 58
Luminance
0.1140
Every format
| HEX | #196c48 |
| RGB | rgb(25, 108, 72) |
| HSL | hsl(154, 62%, 26%) |
| CMYK | cmyk(77%, 0%, 33%, 58%) |
| LAB | lab(40.2 -33.5 13.3) |
| LCH | lch(40.2 36.1 158.3) |
| OKLCH | oklch(0.473 0.097 159.7) |
Copy-ready code
/* CSS */
color: #196c48;
background-color: #196c48;
/* Tailwind (arbitrary) */
class="text-[#196c48] bg-[#196c48]"
/* SCSS */
$brand: #196c48;
/* SwiftUI */
Color(red: 0.098, green: 0.424, blue: 0.282)
/* Android */
Color.parseColor("#196c48")Accessibility — WCAG contrast
Aa
#196c48 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196c48 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green42.4%
Blue28.2%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow33.3%
Key (black)57.6%
Color previews
#196c48 text on a black background
contrast 3.28:1
Card sample
#196c48 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196c48;
Background color
Panel with #196c48 background
background-color: #196c48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196c48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 108, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 108, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196c48; background: linear-gradient(135deg, #196c48, #19596C);