#225e3b
a dark, vivid green · cool · closest name: seagreen
RGB
34, 94, 59
HSL
145°, 47%, 25%
CMYK
64, 0, 37, 63
Luminance
0.0866
Every format
| HEX | #225e3b |
| RGB | rgb(34, 94, 59) |
| HSL | hsl(145, 47%, 25%) |
| CMYK | cmyk(64%, 0%, 37%, 63%) |
| LAB | lab(35.3 -28.4 14.5) |
| LCH | lch(35.3 31.9 153.0) |
| OKLCH | oklch(0.433 0.085 154.8) |
Copy-ready code
/* CSS */
color: #225e3b;
background-color: #225e3b;
/* Tailwind (arbitrary) */
class="text-[#225e3b] bg-[#225e3b]"
/* SCSS */
$brand: #225e3b;
/* SwiftUI */
Color(red: 0.133, green: 0.369, blue: 0.231)
/* Android */
Color.parseColor("#225e3b")Accessibility — WCAG contrast
Aa
#225e3b on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225e3b on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green36.9%
Blue23.1%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow37.2%
Key (black)63.1%
Color previews
#225e3b text on a black background
contrast 2.73:1
Card sample
#225e3b text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225e3b;
Background color
Panel with #225e3b background
background-color: #225e3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225e3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 94, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 94, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225e3b; background: linear-gradient(135deg, #225e3b, #22595E);