HSL(132, 23%, 6%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,23%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 23%, 6%) | color: hsl(132, 23%, 6%) | |
| HEX | #0C130D | color: #0C130D | |
| RGB | rgb(12, 19, 13) | color: rgb(12, 19, 13) | |
| CMYK | cmyk(37%, 0%, 32%, 93%) | — | |
| HSV | hsv(129, 37%, 7%) | — | |
| HWB | hwb(129 4% 93%) | color: hwb(129 4% 93%) | |
| OKLCH | oklch(0.1771 0.0163 148.75) | color: oklch(0.1771 0.0163 148.75) | |
| Lab | lab(5.18 -3.58 2.24) | color: lab(5.18 -3.58 2.24) | |
| LCH | lch(5.18 4.22 147.97) | color: lch(5.18 4.22 147.97) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#0F0F0E — rgb(15, 15, 14)
Deuteranopia (Green-blind)
#0F0E0F — rgb(15, 14, 15)
Tritanopia (Blue-blind)
#0C1010 — rgb(12, 16, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 23%, 6%);
text
color: hsl(132, 23%, 6%);
border
border: 2px solid hsl(132, 23%, 6%);
gradient light
background: linear-gradient(to right, hsl(132, 23%, 26%), hsl(132, 23%, 6%));
gradient dark
background: linear-gradient(to right, hsl(132, 23%, 6%), hsl(132, 23%, 0%))
hex
background-color: #0C130D;
tailwind
bg-[hsl(132,23%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 23%, 6%, 0.4);
css variable
--color-primary: hsl(132, 23%, 6%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(132, 23%, 6%)?
HEX: #0C130D | RGB: rgb(12, 19, 13) | CMYK: 37%, 0%, 32%, 93% | HSV: 129°, 37%, 7%. Copy any format from the conversion table above.
What colors go well with #0C130D?
The complementary color is HSL(312, 23%, 6%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 23%, 6%) in CSS?
As HSL: color: hsl(132, 23%, 6%); — As HEX: color: #0C130D; — As RGB: color: rgb(12, 19, 13); — Tailwind CSS: bg-[hsl(132,23%,6%)] — CSS variable: --color-primary: hsl(132, 23%, 6%);