#246721
a dark, vivid green · cool · closest name: seagreen
RGB
36, 103, 33
HSL
117°, 52%, 27%
CMYK
65, 0, 68, 60
Luminance
0.1019
Every format
| HEX | #246721 |
| RGB | rgb(36, 103, 33) |
| HSL | hsl(117, 52%, 27%) |
| CMYK | cmyk(65%, 0%, 68%, 60%) |
| LAB | lab(38.2 -36.1 32.4) |
| LCH | lch(38.2 48.5 138.1) |
| OKLCH | oklch(0.455 0.124 142.6) |
Copy-ready code
/* CSS */
color: #246721;
background-color: #246721;
/* Tailwind (arbitrary) */
class="text-[#246721] bg-[#246721]"
/* SCSS */
$brand: #246721;
/* SwiftUI */
Color(red: 0.141, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#246721")Accessibility — WCAG contrast
Aa
#246721 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#246721 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green40.4%
Blue12.9%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#246721 text on a black background
contrast 3.04:1
Card sample
#246721 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #246721;
Background color
Panel with #246721 background
background-color: #246721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #246721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #246721; background: linear-gradient(135deg, #246721, #21674D);