#122012
a deep, soft green · cool · closest name: black
RGB
18, 32, 18
HSL
120°, 28%, 10%
CMYK
44, 0, 44, 88
Luminance
0.0121
Every format
| HEX | #122012 |
| RGB | rgb(18, 32, 18) |
| HSL | hsl(120, 28%, 10%) |
| CMYK | cmyk(44%, 0%, 44%, 88%) |
| LAB | lab(10.6 -9.8 7.4) |
| LCH | lch(10.6 12.3 143.0) |
| OKLCH | oklch(0.226 0.033 144.4) |
Copy-ready code
/* CSS */
color: #122012;
background-color: #122012;
/* Tailwind (arbitrary) */
class="text-[#122012] bg-[#122012]"
/* SCSS */
$brand: #122012;
/* SwiftUI */
Color(red: 0.071, green: 0.125, blue: 0.071)
/* Android */
Color.parseColor("#122012")Accessibility — WCAG contrast
Aa
#122012 on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122012 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green12.5%
Blue7.1%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow43.8%
Key (black)87.5%
Color previews
#122012 text on a black background
contrast 1.24:1
Card sample
#122012 text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122012;
Background color
Panel with #122012 background
background-color: #122012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 32, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 32, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122012; background: linear-gradient(135deg, #122012, #12201B);