HSL(131, 94%, 1%)
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(131,94%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 94%, 1%) | color: hsl(131, 94%, 1%) | |
| HEX | #000501 | color: #000501 | |
| RGB | rgb(0, 5, 1) | color: rgb(0, 5, 1) | |
| CMYK | cmyk(100%, 0%, 80%, 98%) | — | |
| HSV | hsv(132, 100%, 2%) | — | |
| HWB | hwb(132 0% 98%) | color: hwb(132 0% 98%) | |
| OKLCH | oklch(0.1005 0.0274 150.49) | color: oklch(0.1005 0.0274 150.49) | |
| Lab | lab(1 -1.86 1.05) | color: lab(1 -1.86 1.05) | |
| LCH | lch(1 2.14 150.55) | color: lch(1 2.14 150.55) |
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)
#020202 — rgb(2, 2, 2)
Deuteranopia (Green-blind)
#020202 — rgb(2, 2, 2)
Tritanopia (Blue-blind)
#000303 — rgb(0, 3, 3)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 94%, 1%);
text
color: hsl(131, 94%, 1%);
border
border: 2px solid hsl(131, 94%, 1%);
gradient light
background: linear-gradient(to right, hsl(131, 94%, 21%), hsl(131, 94%, 1%));
gradient dark
background: linear-gradient(to right, hsl(131, 94%, 1%), hsl(131, 94%, 0%))
hex
background-color: #000501;
tailwind
bg-[hsl(131,94%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 94%, 1%, 0.4);
css variable
--color-primary: hsl(131, 94%, 1%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(131, 94%, 1%)?
HEX: #000501 | RGB: rgb(0, 5, 1) | CMYK: 100%, 0%, 80%, 98% | HSV: 132°, 100%, 2%. Copy any format from the conversion table above.
What colors go well with #000501?
The complementary color is HSL(311, 94%, 1%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 94%, 1%) in CSS?
As HSL: color: hsl(131, 94%, 1%); — As HEX: color: #000501; — As RGB: color: rgb(0, 5, 1); — Tailwind CSS: bg-[hsl(131,94%,1%)] — CSS variable: --color-primary: hsl(131, 94%, 1%);