#197849
a dark, vivid green · cool · closest name: seagreen
RGB
25, 120, 73
HSL
150°, 66%, 28%
CMYK
79, 0, 39, 53
Luminance
0.1412
Every format
| HEX | #197849 |
| RGB | rgb(25, 120, 73) |
| HSL | hsl(150, 66%, 28%) |
| CMYK | cmyk(79%, 0%, 39%, 53%) |
| LAB | lab(44.4 -38.4 18.4) |
| LCH | lch(44.4 42.5 154.4) |
| OKLCH | oklch(0.508 0.113 156.1) |
Copy-ready code
/* CSS */
color: #197849;
background-color: #197849;
/* Tailwind (arbitrary) */
class="text-[#197849] bg-[#197849]"
/* SCSS */
$brand: #197849;
/* SwiftUI */
Color(red: 0.098, green: 0.471, blue: 0.286)
/* Android */
Color.parseColor("#197849")Accessibility — WCAG contrast
Aa
#197849 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#197849 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green47.1%
Blue28.6%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow39.2%
Key (black)52.9%
Color previews
#197849 text on a black background
contrast 3.82:1
Card sample
#197849 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197849;
Background color
Panel with #197849 background
background-color: #197849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 120, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 120, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197849; background: linear-gradient(135deg, #197849, #196878);