#226721
a dark, vivid green · cool · closest name: seagreen
RGB
34, 103, 33
HSL
119°, 52%, 27%
CMYK
67, 0, 68, 60
Luminance
0.1015
Every format
| HEX | #226721 |
| RGB | rgb(34, 103, 33) |
| HSL | hsl(119, 52%, 27%) |
| CMYK | cmyk(67%, 0%, 68%, 60%) |
| LAB | lab(38.1 -36.6 32.3) |
| LCH | lch(38.1 48.8 138.6) |
| OKLCH | oklch(0.454 0.124 143.0) |
Copy-ready code
/* CSS */
color: #226721;
background-color: #226721;
/* Tailwind (arbitrary) */
class="text-[#226721] bg-[#226721]"
/* SCSS */
$brand: #226721;
/* SwiftUI */
Color(red: 0.133, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#226721")Accessibility — WCAG contrast
Aa
#226721 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#226721 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green40.4%
Blue12.9%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#226721 text on a black background
contrast 3.03:1
Card sample
#226721 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #226721;
Background color
Panel with #226721 background
background-color: #226721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #226721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #226721; background: linear-gradient(135deg, #226721, #21674F);