#11180a
a deep, soft green · cool · closest name: black
RGB
17, 24, 10
HSL
90°, 41%, 7%
CMYK
29, 0, 58, 91
Luminance
0.0079
Every format
| HEX | #11180a |
| RGB | rgb(17, 24, 10) |
| HSL | hsl(90, 41%, 7%) |
| CMYK | cmyk(29%, 0%, 58%, 91%) |
| LAB | lab(7.2 -5.8 6.5) |
| LCH | lch(7.2 8.8 131.8) |
| OKLCH | oklch(0.197 0.029 130.3) |
Copy-ready code
/* CSS */
color: #11180a;
background-color: #11180a;
/* Tailwind (arbitrary) */
class="text-[#11180a] bg-[#11180a]"
/* SCSS */
$brand: #11180a;
/* SwiftUI */
Color(red: 0.067, green: 0.094, blue: 0.039)
/* Android */
Color.parseColor("#11180a")Accessibility — WCAG contrast
Aa
#11180a on white: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11180a on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.4%
Blue3.9%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow58.3%
Key (black)90.6%
Color previews
#11180a text on a black background
contrast 1.16:1
Card sample
#11180a text on a white background
contrast 18.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11180a;
Background color
Panel with #11180a background
background-color: #11180a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11180a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 24, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 24, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11180a; background: linear-gradient(135deg, #11180a, #0A180C);