#246024
a dark, vivid green · cool · closest name: seagreen
RGB
36, 96, 36
HSL
120°, 46%, 26%
CMYK
63, 0, 63, 62
Luminance
0.0887
Every format
| HEX | #246024 |
| RGB | rgb(36, 96, 36) |
| HSL | hsl(120, 46%, 26%) |
| CMYK | cmyk(63%, 0%, 63%, 62%) |
| LAB | lab(35.7 -32.8 28.1) |
| LCH | lch(35.7 43.2 139.4) |
| OKLCH | oklch(0.435 0.111 143.4) |
Copy-ready code
/* CSS */
color: #246024;
background-color: #246024;
/* Tailwind (arbitrary) */
class="text-[#246024] bg-[#246024]"
/* SCSS */
$brand: #246024;
/* SwiftUI */
Color(red: 0.141, green: 0.376, blue: 0.141)
/* Android */
Color.parseColor("#246024")Accessibility — WCAG contrast
Aa
#246024 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246024 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green37.6%
Blue14.1%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow62.5%
Key (black)62.4%
Color previews
#246024 text on a black background
contrast 2.77:1
Card sample
#246024 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246024;
Background color
Panel with #246024 background
background-color: #246024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 96, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 96, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246024; background: linear-gradient(135deg, #246024, #24604C);