#132607
a deep, vivid green · cool · closest name: black
RGB
19, 38, 7
HSL
97°, 69%, 9%
CMYK
50, 0, 82, 85
Luminance
0.0154
Every format
| HEX | #132607 |
| RGB | rgb(19, 38, 7) |
| HSL | hsl(97, 69%, 9%) |
| CMYK | cmyk(50%, 0%, 82%, 85%) |
| LAB | lab(12.9 -14.8 15.8) |
| LCH | lch(12.9 21.7 133.2) |
| OKLCH | oklch(0.244 0.058 135.2) |
Copy-ready code
/* CSS */
color: #132607;
background-color: #132607;
/* Tailwind (arbitrary) */
class="text-[#132607] bg-[#132607]"
/* SCSS */
$brand: #132607;
/* SwiftUI */
Color(red: 0.075, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#132607")Accessibility — WCAG contrast
Aa
#132607 on white: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#132607 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green14.9%
Blue2.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#132607 text on a black background
contrast 1.31:1
Card sample
#132607 text on a white background
contrast 16.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #132607;
Background color
Panel with #132607 background
background-color: #132607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #132607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #132607; background: linear-gradient(135deg, #132607, #072610);