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