#197546
a dark, vivid green · cool · closest name: seagreen
RGB
25, 117, 70
HSL
149°, 65%, 28%
CMYK
79, 0, 40, 54
Luminance
0.1337
Every format
| HEX | #197546 |
| RGB | rgb(25, 117, 70) |
| HSL | hsl(149, 65%, 28%) |
| CMYK | cmyk(79%, 0%, 40%, 54%) |
| LAB | lab(43.3 -37.8 18.6) |
| LCH | lch(43.3 42.1 153.7) |
| OKLCH | oklch(0.498 0.112 155.4) |
Copy-ready code
/* CSS */
color: #197546;
background-color: #197546;
/* Tailwind (arbitrary) */
class="text-[#197546] bg-[#197546]"
/* SCSS */
$brand: #197546;
/* SwiftUI */
Color(red: 0.098, green: 0.459, blue: 0.275)
/* Android */
Color.parseColor("#197546")Accessibility — WCAG contrast
Aa
#197546 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#197546 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green45.9%
Blue27.5%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow40.2%
Key (black)54.1%
Color previews
#197546 text on a black background
contrast 3.67:1
Card sample
#197546 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #197546;
Background color
Panel with #197546 background
background-color: #197546;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #197546;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 117, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 117, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #197546; background: linear-gradient(135deg, #197546, #196775);