#132a18
a deep, soft green · cool · closest name: darkslategray
RGB
19, 42, 24
HSL
133°, 38%, 12%
CMYK
55, 0, 43, 84
Luminance
0.0186
Every format
| HEX | #132a18 |
| RGB | rgb(19, 42, 24) |
| HSL | hsl(133, 38%, 12%) |
| CMYK | cmyk(55%, 0%, 43%, 84%) |
| LAB | lab(14.7 -14.1 9.0) |
| LCH | lch(14.7 16.8 147.4) |
| OKLCH | oklch(0.260 0.045 149.5) |
Copy-ready code
/* CSS */
color: #132a18;
background-color: #132a18;
/* Tailwind (arbitrary) */
class="text-[#132a18] bg-[#132a18]"
/* SCSS */
$brand: #132a18;
/* SwiftUI */
Color(red: 0.075, green: 0.165, blue: 0.094)
/* Android */
Color.parseColor("#132a18")Accessibility — WCAG contrast
Aa
#132a18 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132a18 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green16.5%
Blue9.4%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow42.9%
Key (black)83.5%
Color previews
#132a18 text on a black background
contrast 1.37:1
Card sample
#132a18 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132a18;
Background color
Panel with #132a18 background
background-color: #132a18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132a18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 42, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 42, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132a18; background: linear-gradient(135deg, #132a18, #132A27);