#445e22
a dark, vivid green · cool · closest name: seagreen
RGB
68, 94, 34
HSL
86°, 47%, 25%
CMYK
28, 0, 64, 63
Luminance
0.0935
Every format
| HEX | #445e22 |
| RGB | rgb(68, 94, 34) |
| HSL | hsl(86, 47%, 25%) |
| CMYK | cmyk(28%, 0%, 64%, 63%) |
| LAB | lab(36.6 -20.6 30.6) |
| LCH | lch(36.6 36.9 124.0) |
| OKLCH | oklch(0.447 0.092 129.2) |
Copy-ready code
/* CSS */
color: #445e22;
background-color: #445e22;
/* Tailwind (arbitrary) */
class="text-[#445e22] bg-[#445e22]"
/* SCSS */
$brand: #445e22;
/* SwiftUI */
Color(red: 0.267, green: 0.369, blue: 0.133)
/* Android */
Color.parseColor("#445e22")Accessibility — WCAG contrast
Aa
#445e22 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445e22 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.9%
Blue13.3%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow63.8%
Key (black)63.1%
Color previews
#445e22 text on a black background
contrast 2.87:1
Card sample
#445e22 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445e22;
Background color
Panel with #445e22 background
background-color: #445e22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445e22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 94, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 94, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445e22; background: linear-gradient(135deg, #445e22, #225E28);