#1f6611
a deep, vivid green · cool · closest name: forestgreen
RGB
31, 102, 17
HSL
110°, 71%, 23%
CMYK
70, 0, 83, 60
Luminance
0.0983
Every format
| HEX | #1f6611 |
| RGB | rgb(31, 102, 17) |
| HSL | hsl(110, 71%, 23%) |
| CMYK | cmyk(70%, 0%, 83%, 60%) |
| LAB | lab(37.5 -38.4 38.3) |
| LCH | lch(37.5 54.2 135.0) |
| OKLCH | oklch(0.449 0.135 140.9) |
Copy-ready code
/* CSS */
color: #1f6611;
background-color: #1f6611;
/* Tailwind (arbitrary) */
class="text-[#1f6611] bg-[#1f6611]"
/* SCSS */
$brand: #1f6611;
/* SwiftUI */
Color(red: 0.122, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#1f6611")Accessibility — WCAG contrast
Aa
#1f6611 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f6611 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green40.0%
Blue6.7%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#1f6611 text on a black background
contrast 2.97:1
Card sample
#1f6611 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f6611;
Background color
Panel with #1f6611 background
background-color: #1f6611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f6611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f6611; background: linear-gradient(135deg, #1f6611, #11663C);