#132e05
a deep, electric green · cool · closest name: darkslategray
RGB
19, 46, 5
HSL
100°, 80%, 10%
CMYK
59, 0, 89, 82
Luminance
0.0210
Every format
| HEX | #132e05 |
| RGB | rgb(19, 46, 5) |
| HSL | hsl(100, 80%, 10%) |
| CMYK | cmyk(59%, 0%, 89%, 82%) |
| LAB | lab(16.0 -19.3 20.7) |
| LCH | lch(16.0 28.3 132.9) |
| OKLCH | oklch(0.270 0.073 136.9) |
Copy-ready code
/* CSS */
color: #132e05;
background-color: #132e05;
/* Tailwind (arbitrary) */
class="text-[#132e05] bg-[#132e05]"
/* SCSS */
$brand: #132e05;
/* SwiftUI */
Color(red: 0.075, green: 0.180, blue: 0.020)
/* Android */
Color.parseColor("#132e05")Accessibility — WCAG contrast
Aa
#132e05 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132e05 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green18.0%
Blue2.0%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow89.1%
Key (black)82.0%
Color previews
#132e05 text on a black background
contrast 1.42:1
Card sample
#132e05 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132e05;
Background color
Panel with #132e05 background
background-color: #132e05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132e05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 46, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 46, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132e05; background: linear-gradient(135deg, #132e05, #052E12);