#246421
a dark, vivid green · cool · closest name: seagreen
RGB
36, 100, 33
HSL
117°, 50%, 26%
CMYK
64, 0, 67, 61
Luminance
0.0960
Every format
| HEX | #246421 |
| RGB | rgb(36, 100, 33) |
| HSL | hsl(117, 50%, 26%) |
| CMYK | cmyk(64%, 0%, 67%, 61%) |
| LAB | lab(37.1 -34.9 31.2) |
| LCH | lch(37.1 46.8 138.2) |
| OKLCH | oklch(0.446 0.119 142.6) |
Copy-ready code
/* CSS */
color: #246421;
background-color: #246421;
/* Tailwind (arbitrary) */
class="text-[#246421] bg-[#246421]"
/* SCSS */
$brand: #246421;
/* SwiftUI */
Color(red: 0.141, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#246421")Accessibility — WCAG contrast
Aa
#246421 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246421 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green39.2%
Blue12.9%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#246421 text on a black background
contrast 2.92:1
Card sample
#246421 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246421;
Background color
Panel with #246421 background
background-color: #246421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246421; background: linear-gradient(135deg, #246421, #21644B);