#226021
a dark, vivid green · cool · closest name: seagreen
RGB
34, 96, 33
HSL
119°, 49%, 25%
CMYK
65, 0, 66, 62
Luminance
0.0882
Every format
| HEX | #226021 |
| RGB | rgb(34, 96, 33) |
| HSL | hsl(119, 49%, 25%) |
| CMYK | cmyk(65%, 0%, 66%, 62%) |
| LAB | lab(35.6 -33.7 29.5) |
| LCH | lch(35.6 44.8 138.8) |
| OKLCH | oklch(0.434 0.115 143.0) |
Copy-ready code
/* CSS */
color: #226021;
background-color: #226021;
/* Tailwind (arbitrary) */
class="text-[#226021] bg-[#226021]"
/* SCSS */
$brand: #226021;
/* SwiftUI */
Color(red: 0.133, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#226021")Accessibility — WCAG contrast
Aa
#226021 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#226021 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#226021 text on a black background
contrast 2.76:1
Card sample
#226021 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226021;
Background color
Panel with #226021 background
background-color: #226021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226021; background: linear-gradient(135deg, #226021, #21604A);