#298844
a dark, vivid green · cool · closest name: seagreen
RGB
41, 136, 68
HSL
137°, 54%, 35%
CMYK
70, 0, 50, 47
Luminance
0.1850
Every format
| HEX | #298844 |
| RGB | rgb(41, 136, 68) |
| HSL | hsl(137, 54%, 35%) |
| CMYK | cmyk(70%, 0%, 50%, 47%) |
| LAB | lab(50.1 -43.0 28.6) |
| LCH | lch(50.1 51.6 146.4) |
| OKLCH | oklch(0.555 0.135 149.0) |
Copy-ready code
/* CSS */
color: #298844;
background-color: #298844;
/* Tailwind (arbitrary) */
class="text-[#298844] bg-[#298844]"
/* SCSS */
$brand: #298844;
/* SwiftUI */
Color(red: 0.161, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#298844")Accessibility — WCAG contrast
Aa
#298844 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#298844 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green53.3%
Blue26.7%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#298844 text on a black background
contrast 4.70:1
Card sample
#298844 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298844;
Background color
Panel with #298844 background
background-color: #298844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298844; background: linear-gradient(135deg, #298844, #298883);