#246621
a dark, vivid green · cool · closest name: seagreen
RGB
36, 102, 33
HSL
117°, 51%, 27%
CMYK
65, 0, 68, 60
Luminance
0.0999
Every format
| HEX | #246621 |
| RGB | rgb(36, 102, 33) |
| HSL | hsl(117, 51%, 27%) |
| CMYK | cmyk(65%, 0%, 68%, 60%) |
| LAB | lab(37.8 -35.7 32.0) |
| LCH | lch(37.8 47.9 138.1) |
| OKLCH | oklch(0.452 0.122 142.6) |
Copy-ready code
/* CSS */
color: #246621;
background-color: #246621;
/* Tailwind (arbitrary) */
class="text-[#246621] bg-[#246621]"
/* SCSS */
$brand: #246621;
/* SwiftUI */
Color(red: 0.141, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#246621")Accessibility — WCAG contrast
Aa
#246621 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#246621 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.0%
Blue12.9%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#246621 text on a black background
contrast 3.00:1
Card sample
#246621 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246621;
Background color
Panel with #246621 background
background-color: #246621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246621; background: linear-gradient(135deg, #246621, #21664C);