#1f330a
a deep, vivid green · cool · closest name: darkslategray
RGB
31, 51, 10
HSL
89°, 67%, 12%
CMYK
39, 0, 80, 80
Luminance
0.0268
Every format
| HEX | #1f330a |
| RGB | rgb(31, 51, 10) |
| HSL | hsl(89, 67%, 12%) |
| CMYK | cmyk(39%, 0%, 80%, 80%) |
| LAB | lab(18.7 -16.3 22.1) |
| LCH | lch(18.7 27.5 126.4) |
| OKLCH | oklch(0.294 0.069 131.8) |
Copy-ready code
/* CSS */
color: #1f330a;
background-color: #1f330a;
/* Tailwind (arbitrary) */
class="text-[#1f330a] bg-[#1f330a]"
/* SCSS */
$brand: #1f330a;
/* SwiftUI */
Color(red: 0.122, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#1f330a")Accessibility — WCAG contrast
Aa
#1f330a on white: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f330a on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green20.0%
Blue3.9%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow80.4%
Key (black)80.0%
Color previews
#1f330a text on a black background
contrast 1.54:1
Card sample
#1f330a text on a white background
contrast 13.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f330a;
Background color
Panel with #1f330a background
background-color: #1f330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f330a; background: linear-gradient(135deg, #1f330a, #0A3310);