#122816
a deep, soft green · cool · closest name: black
RGB
18, 40, 22
HSL
131°, 38%, 11%
CMYK
55, 0, 45, 84
Luminance
0.0170
Every format
| HEX | #122816 |
| RGB | rgb(18, 40, 22) |
| HSL | hsl(131, 38%, 11%) |
| CMYK | cmyk(55%, 0%, 45%, 84%) |
| LAB | lab(13.8 -13.8 9.2) |
| LCH | lch(13.8 16.6 146.2) |
| OKLCH | oklch(0.253 0.044 148.4) |
Copy-ready code
/* CSS */
color: #122816;
background-color: #122816;
/* Tailwind (arbitrary) */
class="text-[#122816] bg-[#122816]"
/* SCSS */
$brand: #122816;
/* SwiftUI */
Color(red: 0.071, green: 0.157, blue: 0.086)
/* Android */
Color.parseColor("#122816")Accessibility — WCAG contrast
Aa
#122816 on white: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122816 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green15.7%
Blue8.6%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow45.0%
Key (black)84.3%
Color previews
#122816 text on a black background
contrast 1.34:1
Card sample
#122816 text on a white background
contrast 15.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122816;
Background color
Panel with #122816 background
background-color: #122816;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122816;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 40, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 40, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122816; background: linear-gradient(135deg, #122816, #122825);