#1e6721
a dark, vivid green · cool · closest name: seagreen
RGB
30, 103, 33
HSL
123°, 55%, 26%
CMYK
71, 0, 68, 60
Luminance
0.1009
Every format
| HEX | #1e6721 |
| RGB | rgb(30, 103, 33) |
| HSL | hsl(123, 55%, 26%) |
| CMYK | cmyk(71%, 0%, 68%, 60%) |
| LAB | lab(38.0 -37.5 32.1) |
| LCH | lch(38.0 49.4 139.4) |
| OKLCH | oklch(0.453 0.126 143.7) |
Copy-ready code
/* CSS */
color: #1e6721;
background-color: #1e6721;
/* Tailwind (arbitrary) */
class="text-[#1e6721] bg-[#1e6721]"
/* SCSS */
$brand: #1e6721;
/* SwiftUI */
Color(red: 0.118, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#1e6721")Accessibility — WCAG contrast
Aa
#1e6721 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1e6721 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#1e6721 text on a black background
contrast 3.02:1
Card sample
#1e6721 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e6721;
Background color
Panel with #1e6721 background
background-color: #1e6721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e6721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e6721; background: linear-gradient(135deg, #1e6721, #1E6752);