#225821
a deep, vivid green · cool · closest name: seagreen
RGB
34, 88, 33
HSL
119°, 46%, 24%
CMYK
61, 0, 63, 66
Luminance
0.0743
Every format
| HEX | #225821 |
| RGB | rgb(34, 88, 33) |
| HSL | hsl(119, 46%, 24%) |
| CMYK | cmyk(61%, 0%, 63%, 66%) |
| LAB | lab(32.8 -30.3 26.2) |
| LCH | lch(32.8 40.1 139.2) |
| OKLCH | oklch(0.410 0.103 143.1) |
Copy-ready code
/* CSS */
color: #225821;
background-color: #225821;
/* Tailwind (arbitrary) */
class="text-[#225821] bg-[#225821]"
/* SCSS */
$brand: #225821;
/* SwiftUI */
Color(red: 0.133, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#225821")Accessibility — WCAG contrast
Aa
#225821 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225821 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green34.5%
Blue12.9%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow62.5%
Key (black)65.5%
Color previews
#225821 text on a black background
contrast 2.49:1
Card sample
#225821 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225821;
Background color
Panel with #225821 background
background-color: #225821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225821; background: linear-gradient(135deg, #225821, #215845);