#224411
a deep, vivid green · cool · closest name: seagreen
RGB
34, 68, 17
HSL
100°, 60%, 17%
CMYK
50, 0, 75, 73
Luminance
0.0451
Every format
| HEX | #224411 |
| RGB | rgb(34, 68, 17) |
| HSL | hsl(100, 60%, 17%) |
| CMYK | cmyk(50%, 0%, 75%, 73%) |
| LAB | lab(25.3 -23.1 26.1) |
| LCH | lch(25.3 34.8 131.5) |
| OKLCH | oklch(0.348 0.087 137.0) |
Copy-ready code
/* CSS */
color: #224411;
background-color: #224411;
/* Tailwind (arbitrary) */
class="text-[#224411] bg-[#224411]"
/* SCSS */
$brand: #224411;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#224411")Accessibility — WCAG contrast
Aa
#224411 on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224411 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue6.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow75.0%
Key (black)73.3%
Color previews
#224411 text on a black background
contrast 1.90:1
Card sample
#224411 text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224411;
Background color
Panel with #224411 background
background-color: #224411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224411; background: linear-gradient(135deg, #224411, #114422);