#1f6b0f
a deep, electric green · cool · closest name: forestgreen
RGB
31, 107, 15
HSL
110°, 75%, 24%
CMYK
71, 0, 86, 58
Luminance
0.1084
Every format
| HEX | #1f6b0f |
| RGB | rgb(31, 107, 15) |
| HSL | hsl(110, 75%, 24%) |
| CMYK | cmyk(71%, 0%, 86%, 58%) |
| LAB | lab(39.3 -40.3 40.6) |
| LCH | lch(39.3 57.3 134.8) |
| OKLCH | oklch(0.464 0.142 140.8) |
Copy-ready code
/* CSS */
color: #1f6b0f;
background-color: #1f6b0f;
/* Tailwind (arbitrary) */
class="text-[#1f6b0f] bg-[#1f6b0f]"
/* SCSS */
$brand: #1f6b0f;
/* SwiftUI */
Color(red: 0.122, green: 0.420, blue: 0.059)
/* Android */
Color.parseColor("#1f6b0f")Accessibility — WCAG contrast
Aa
#1f6b0f on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f6b0f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green42.0%
Blue5.9%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow86.0%
Key (black)58.0%
Color previews
#1f6b0f text on a black background
contrast 3.17:1
Card sample
#1f6b0f text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f6b0f;
Background color
Panel with #1f6b0f background
background-color: #1f6b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f6b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 107, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 107, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f6b0f; background: linear-gradient(135deg, #1f6b0f, #0F6B3C);