#246b1d
a dark, vivid green · cool · closest name: forestgreen
RGB
36, 107, 29
HSL
115°, 57%, 27%
CMYK
66, 0, 73, 58
Luminance
0.1098
Every format
| HEX | #246b1d |
| RGB | rgb(36, 107, 29) |
| HSL | hsl(115, 57%, 27%) |
| CMYK | cmyk(66%, 0%, 73%, 58%) |
| LAB | lab(39.5 -38.1 35.7) |
| LCH | lch(39.5 52.2 136.9) |
| OKLCH | oklch(0.466 0.132 141.8) |
Copy-ready code
/* CSS */
color: #246b1d;
background-color: #246b1d;
/* Tailwind (arbitrary) */
class="text-[#246b1d] bg-[#246b1d]"
/* SCSS */
$brand: #246b1d;
/* SwiftUI */
Color(red: 0.141, green: 0.420, blue: 0.114)
/* Android */
Color.parseColor("#246b1d")Accessibility — WCAG contrast
Aa
#246b1d on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246b1d on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.0%
Blue11.4%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow72.9%
Key (black)58.0%
Color previews
#246b1d text on a black background
contrast 3.20:1
Card sample
#246b1d text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246b1d;
Background color
Panel with #246b1d background
background-color: #246b1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246b1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 107, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 107, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246b1d; background: linear-gradient(135deg, #246b1d, #1D6B4A);