#1f4413
a deep, vivid green · cool · closest name: seagreen
RGB
31, 68, 19
HSL
105°, 56%, 17%
CMYK
54, 0, 72, 73
Luminance
0.0447
Every format
| HEX | #1f4413 |
| RGB | rgb(31, 68, 19) |
| HSL | hsl(105, 56%, 17%) |
| CMYK | cmyk(54%, 0%, 72%, 73%) |
| LAB | lab(25.2 -24.0 24.9) |
| LCH | lch(25.2 34.6 134.0) |
| OKLCH | oklch(0.347 0.088 138.9) |
Copy-ready code
/* CSS */
color: #1f4413;
background-color: #1f4413;
/* Tailwind (arbitrary) */
class="text-[#1f4413] bg-[#1f4413]"
/* SCSS */
$brand: #1f4413;
/* SwiftUI */
Color(red: 0.122, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#1f4413")Accessibility — WCAG contrast
Aa
#1f4413 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f4413 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green26.7%
Blue7.5%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow72.1%
Key (black)73.3%
Color previews
#1f4413 text on a black background
contrast 1.89:1
Card sample
#1f4413 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f4413;
Background color
Panel with #1f4413 background
background-color: #1f4413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f4413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f4413; background: linear-gradient(135deg, #1f4413, #134428);