#246321
a dark, vivid green · cool · closest name: seagreen
RGB
36, 99, 33
HSL
117°, 50%, 26%
CMYK
64, 0, 67, 61
Luminance
0.0941
Every format
| HEX | #246321 |
| RGB | rgb(36, 99, 33) |
| HSL | hsl(117, 50%, 26%) |
| CMYK | cmyk(64%, 0%, 67%, 61%) |
| LAB | lab(36.8 -34.4 30.8) |
| LCH | lch(36.8 46.2 138.2) |
| OKLCH | oklch(0.443 0.118 142.6) |
Copy-ready code
/* CSS */
color: #246321;
background-color: #246321;
/* Tailwind (arbitrary) */
class="text-[#246321] bg-[#246321]"
/* SCSS */
$brand: #246321;
/* SwiftUI */
Color(red: 0.141, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#246321")Accessibility — WCAG contrast
Aa
#246321 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246321 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green38.8%
Blue12.9%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#246321 text on a black background
contrast 2.88:1
Card sample
#246321 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246321;
Background color
Panel with #246321 background
background-color: #246321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246321; background: linear-gradient(135deg, #246321, #21634A);