#198822
a dark, vivid green · cool · “forestgreen”
RGB
25, 136, 34
HSL
125°, 69%, 32%
CMYK
82, 0, 75, 47
Luminance
0.1793
Every format
| HEX | #198822 |
| RGB | rgb(25, 136, 34) |
| HSL | hsl(125, 69%, 32%) |
| CMYK | cmyk(82%, 0%, 75%, 47%) |
| LAB | lab(49.4 -50.0 43.8) |
| LCH | lch(49.4 66.4 138.8) |
| OKLCH | oklch(0.547 0.168 143.7) |
Copy-ready code
/* CSS */
color: #198822;
background-color: #198822;
/* Tailwind (arbitrary) */
class="text-[#198822] bg-[#198822]"
/* SCSS */
$brand: #198822;
/* SwiftUI */
Color(red: 0.098, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#198822")Accessibility — WCAG contrast
Aa
#198822 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#198822 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green53.3%
Blue13.3%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow75.0%
Key (black)46.7%
Color previews
#198822 text on a black background
contrast 4.59:1
Card sample
#198822 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #198822;
Background color
Panel with #198822 background
background-color: #198822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #198822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #198822; background: linear-gradient(135deg, #198822, #19886C);