HSL(143, 50%, 13%)
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(143,50%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 50%, 13%) | color: hsl(143, 50%, 13%) | |
| HEX | #11321D | color: #11321D | |
| RGB | rgb(17, 50, 29) | color: rgb(17, 50, 29) | |
| CMYK | cmyk(66%, 0%, 42%, 80%) | — | |
| HSV | hsv(142, 66%, 20%) | — | |
| HWB | hwb(142 7% 80%) | color: hwb(142 7% 80%) | |
| OKLCH | oklch(0.2857 0.0548 153.23) | color: oklch(0.2857 0.0548 153.23) | |
| Lab | lab(17.87 -18.02 9.83) | color: lab(17.87 -18.02 9.83) | |
| LCH | lch(17.87 20.53 151.39) | color: lch(17.87 20.53 151.39) |
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)
#1F2022 — rgb(31, 32, 34)
Deuteranopia (Green-blind)
#1D1B23 — rgb(29, 27, 35)
Tritanopia (Blue-blind)
#132627 — rgb(19, 38, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 50%, 13%);
text
color: hsl(143, 50%, 13%);
border
border: 2px solid hsl(143, 50%, 13%);
gradient light
background: linear-gradient(to right, hsl(143, 50%, 33%), hsl(143, 50%, 13%));
gradient dark
background: linear-gradient(to right, hsl(143, 50%, 13%), hsl(143, 50%, 0%))
hex
background-color: #11321D;
tailwind
bg-[hsl(143,50%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 50%, 13%, 0.4);
css variable
--color-primary: hsl(143, 50%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(143, 50%, 13%)?
HEX: #11321D | RGB: rgb(17, 50, 29) | CMYK: 66%, 0%, 42%, 80% | HSV: 142°, 66%, 20%. Copy any format from the conversion table above.
What colors go well with #11321D?
The complementary color is HSL(323, 50%, 13%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 50%, 13%) in CSS?
As HSL: color: hsl(143, 50%, 13%); — As HEX: color: #11321D; — As RGB: color: rgb(17, 50, 29); — Tailwind CSS: bg-[hsl(143,50%,13%)] — CSS variable: --color-primary: hsl(143, 50%, 13%);