#224310
a deep, vivid green · cool · closest name: seagreen
RGB
34, 67, 16
HSL
99°, 61%, 16%
CMYK
49, 0, 76, 74
Luminance
0.0439
Every format
| HEX | #224310 |
| RGB | rgb(34, 67, 16) |
| HSL | hsl(99, 61%, 16%) |
| CMYK | cmyk(49%, 0%, 76%, 74%) |
| LAB | lab(24.9 -22.7 26.1) |
| LCH | lch(24.9 34.6 131.0) |
| OKLCH | oklch(0.345 0.087 136.5) |
Copy-ready code
/* CSS */
color: #224310;
background-color: #224310;
/* Tailwind (arbitrary) */
class="text-[#224310] bg-[#224310]"
/* SCSS */
$brand: #224310;
/* SwiftUI */
Color(red: 0.133, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#224310")Accessibility — WCAG contrast
Aa
#224310 on white: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224310 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.3%
Blue6.3%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow76.1%
Key (black)73.7%
Color previews
#224310 text on a black background
contrast 1.88:1
Card sample
#224310 text on a white background
contrast 11.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224310;
Background color
Panel with #224310 background
background-color: #224310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224310; background: linear-gradient(135deg, #224310, #104320);