#246b2f
a dark, vivid green · cool · closest name: seagreen
RGB
36, 107, 47
HSL
129°, 50%, 28%
CMYK
66, 0, 56, 58
Luminance
0.1110
Every format
| HEX | #246b2f |
| RGB | rgb(36, 107, 47) |
| HSL | hsl(129, 50%, 28%) |
| CMYK | cmyk(66%, 0%, 56%, 58%) |
| LAB | lab(39.7 -35.8 27.0) |
| LCH | lch(39.7 44.9 143.0) |
| OKLCH | oklch(0.469 0.117 146.2) |
Copy-ready code
/* CSS */
color: #246b2f;
background-color: #246b2f;
/* Tailwind (arbitrary) */
class="text-[#246b2f] bg-[#246b2f]"
/* SCSS */
$brand: #246b2f;
/* SwiftUI */
Color(red: 0.141, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#246b2f")Accessibility — WCAG contrast
Aa
#246b2f on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246b2f on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green42.0%
Blue18.4%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow56.1%
Key (black)58.0%
Color previews
#246b2f text on a black background
contrast 3.22:1
Card sample
#246b2f text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246b2f;
Background color
Panel with #246b2f background
background-color: #246b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246b2f; background: linear-gradient(135deg, #246b2f, #246B5E);