#146721
a deep, vivid green · cool · closest name: seagreen
RGB
20, 103, 33
HSL
129°, 68%, 24%
CMYK
81, 0, 68, 60
Luminance
0.0996
Every format
| HEX | #146721 |
| RGB | rgb(20, 103, 33) |
| HSL | hsl(129, 68%, 24%) |
| CMYK | cmyk(81%, 0%, 68%, 60%) |
| LAB | lab(37.8 -39.4 31.8) |
| LCH | lch(37.8 50.6 141.1) |
| OKLCH | oklch(0.451 0.130 145.2) |
Copy-ready code
/* CSS */
color: #146721;
background-color: #146721;
/* Tailwind (arbitrary) */
class="text-[#146721] bg-[#146721]"
/* SCSS */
$brand: #146721;
/* SwiftUI */
Color(red: 0.078, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#146721")Accessibility — WCAG contrast
Aa
#146721 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#146721 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#146721 text on a black background
contrast 2.99:1
Card sample
#146721 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #146721;
Background color
Panel with #146721 background
background-color: #146721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #146721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #146721; background: linear-gradient(135deg, #146721, #146758);