#122921
a deep, soft green · cool · closest name: darkslategray
RGB
18, 41, 33
HSL
159°, 39%, 12%
CMYK
56, 0, 20, 84
Luminance
0.0182
Every format
| HEX | #122921 |
| RGB | rgb(18, 41, 33) |
| HSL | hsl(159, 39%, 12%) |
| CMYK | cmyk(56%, 0%, 20%, 84%) |
| LAB | lab(14.5 -11.5 2.5) |
| LCH | lch(14.5 11.8 168.0) |
| OKLCH | oklch(0.259 0.033 169.1) |
Copy-ready code
/* CSS */
color: #122921;
background-color: #122921;
/* Tailwind (arbitrary) */
class="text-[#122921] bg-[#122921]"
/* SCSS */
$brand: #122921;
/* SwiftUI */
Color(red: 0.071, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#122921")Accessibility — WCAG contrast
Aa
#122921 on white: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122921 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green16.1%
Blue12.9%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#122921 text on a black background
contrast 1.36:1
Card sample
#122921 text on a white background
contrast 15.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122921;
Background color
Panel with #122921 background
background-color: #122921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122921; background: linear-gradient(135deg, #122921, #122229);