#11240c
a deep, vivid green · cool · closest name: black
RGB
17, 36, 12
HSL
108°, 50%, 9%
CMYK
53, 0, 67, 86
Luminance
0.0141
Every format
| HEX | #11240c |
| RGB | rgb(17, 36, 12) |
| HSL | hsl(108, 50%, 9%) |
| CMYK | cmyk(53%, 0%, 67%, 86%) |
| LAB | lab(12.0 -13.8 12.5) |
| LCH | lch(12.0 18.7 137.8) |
| OKLCH | oklch(0.237 0.050 139.4) |
Copy-ready code
/* CSS */
color: #11240c;
background-color: #11240c;
/* Tailwind (arbitrary) */
class="text-[#11240c] bg-[#11240c]"
/* SCSS */
$brand: #11240c;
/* SwiftUI */
Color(red: 0.067, green: 0.141, blue: 0.047)
/* Android */
Color.parseColor("#11240c")Accessibility — WCAG contrast
Aa
#11240c on white: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11240c on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.1%
Blue4.7%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow66.7%
Key (black)85.9%
Color previews
#11240c text on a black background
contrast 1.28:1
Card sample
#11240c text on a white background
contrast 16.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11240c;
Background color
Panel with #11240c background
background-color: #11240c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11240c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 36, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 36, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11240c; background: linear-gradient(135deg, #11240c, #0C2417);