#198036
a dark, vivid green · cool · closest name: seagreen
RGB
25, 128, 54
HSL
137°, 67%, 30%
CMYK
81, 0, 58, 50
Luminance
0.1591
Every format
| HEX | #198036 |
| RGB | rgb(25, 128, 54) |
| HSL | hsl(137, 67%, 30%) |
| CMYK | cmyk(81%, 0%, 58%, 50%) |
| LAB | lab(46.9 -44.9 31.9) |
| LCH | lch(46.9 55.0 144.6) |
| OKLCH | oklch(0.527 0.143 147.8) |
Copy-ready code
/* CSS */
color: #198036;
background-color: #198036;
/* Tailwind (arbitrary) */
class="text-[#198036] bg-[#198036]"
/* SCSS */
$brand: #198036;
/* SwiftUI */
Color(red: 0.098, green: 0.502, blue: 0.212)
/* Android */
Color.parseColor("#198036")Accessibility — WCAG contrast
Aa
#198036 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198036 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green50.2%
Blue21.2%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow57.8%
Key (black)49.8%
Color previews
#198036 text on a black background
contrast 4.18:1
Card sample
#198036 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198036;
Background color
Panel with #198036 background
background-color: #198036;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198036;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 128, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 128, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198036; background: linear-gradient(135deg, #198036, #19807B);