#1f4b06
a deep, electric green · cool · closest name: seagreen
RGB
31, 75, 6
HSL
98°, 85%, 16%
CMYK
59, 0, 92, 71
Luminance
0.0534
Every format
| HEX | #1f4b06 |
| RGB | rgb(31, 75, 6) |
| HSL | hsl(98, 85%, 16%) |
| CMYK | cmyk(59%, 0%, 92%, 71%) |
| LAB | lab(27.7 -28.3 32.9) |
| LCH | lch(27.7 43.4 130.7) |
| OKLCH | oklch(0.367 0.107 137.4) |
Copy-ready code
/* CSS */
color: #1f4b06;
background-color: #1f4b06;
/* Tailwind (arbitrary) */
class="text-[#1f4b06] bg-[#1f4b06]"
/* SCSS */
$brand: #1f4b06;
/* SwiftUI */
Color(red: 0.122, green: 0.294, blue: 0.024)
/* Android */
Color.parseColor("#1f4b06")Accessibility — WCAG contrast
Aa
#1f4b06 on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f4b06 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green29.4%
Blue2.4%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow92.0%
Key (black)70.6%
Color previews
#1f4b06 text on a black background
contrast 2.07:1
Card sample
#1f4b06 text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f4b06;
Background color
Panel with #1f4b06 background
background-color: #1f4b06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f4b06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 75, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 75, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f4b06; background: linear-gradient(135deg, #1f4b06, #064B1B);