#228844
a dark, vivid green · cool · closest name: seagreen
RGB
34, 136, 68
HSL
140°, 60%, 33%
CMYK
75, 0, 50, 47
Luminance
0.1837
Every format
| HEX | #228844 |
| RGB | rgb(34, 136, 68) |
| HSL | hsl(140, 60%, 33%) |
| CMYK | cmyk(75%, 0%, 50%, 47%) |
| LAB | lab(49.9 -44.2 28.3) |
| LCH | lch(49.9 52.5 147.4) |
| OKLCH | oklch(0.553 0.138 149.9) |
Copy-ready code
/* CSS */
color: #228844;
background-color: #228844;
/* Tailwind (arbitrary) */
class="text-[#228844] bg-[#228844]"
/* SCSS */
$brand: #228844;
/* SwiftUI */
Color(red: 0.133, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#228844")Accessibility — WCAG contrast
Aa
#228844 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#228844 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green53.3%
Blue26.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#228844 text on a black background
contrast 4.67:1
Card sample
#228844 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228844;
Background color
Panel with #228844 background
background-color: #228844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228844; background: linear-gradient(135deg, #228844, #228888);