#132016
a deep, soft green · cool · closest name: black
RGB
19, 32, 22
HSL
134°, 26%, 10%
CMYK
41, 0, 31, 88
Luminance
0.0123
Every format
| HEX | #132016 |
| RGB | rgb(19, 32, 22) |
| HSL | hsl(134, 26%, 10%) |
| CMYK | cmyk(41%, 0%, 31%, 88%) |
| LAB | lab(10.8 -8.5 5.0) |
| LCH | lch(10.8 9.8 149.3) |
| OKLCH | oklch(0.228 0.027 151.1) |
Copy-ready code
/* CSS */
color: #132016;
background-color: #132016;
/* Tailwind (arbitrary) */
class="text-[#132016] bg-[#132016]"
/* SCSS */
$brand: #132016;
/* SwiftUI */
Color(red: 0.075, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#132016")Accessibility — WCAG contrast
Aa
#132016 on white: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132016 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green12.5%
Blue8.6%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow31.2%
Key (black)87.5%
Color previews
#132016 text on a black background
contrast 1.25:1
Card sample
#132016 text on a white background
contrast 16.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132016;
Background color
Panel with #132016 background
background-color: #132016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132016; background: linear-gradient(135deg, #132016, #13201F);