HSL(130, 85%, 4%)
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(130,85%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 85%, 4%) | color: hsl(130, 85%, 4%) | |
| HEX | #021304 | color: #021304 | |
| RGB | rgb(2, 19, 4) | color: rgb(2, 19, 4) | |
| CMYK | cmyk(89%, 0%, 79%, 93%) | — | |
| HSV | hsv(127, 89%, 7%) | — | |
| HWB | hwb(127 1% 93%) | color: hwb(127 1% 93%) | |
| OKLCH | oklch(0.1652 0.0423 146.82) | color: oklch(0.1652 0.0423 146.82) | |
| Lab | lab(4.4 -7.51 4.81) | color: lab(4.4 -7.51 4.81) | |
| LCH | lch(4.4 8.92 147.36) | color: lch(4.4 8.92 147.36) |
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)
#090A08 — rgb(9, 10, 8)
Deuteranopia (Green-blind)
#080709 — rgb(8, 7, 9)
Tritanopia (Blue-blind)
#030A0B — rgb(3, 10, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 85%, 4%);
text
color: hsl(130, 85%, 4%);
border
border: 2px solid hsl(130, 85%, 4%);
gradient light
background: linear-gradient(to right, hsl(130, 85%, 24%), hsl(130, 85%, 4%));
gradient dark
background: linear-gradient(to right, hsl(130, 85%, 4%), hsl(130, 85%, 0%))
hex
background-color: #021304;
tailwind
bg-[hsl(130,85%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 85%, 4%, 0.4);
css variable
--color-primary: hsl(130, 85%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(130, 85%, 4%)?
HEX: #021304 | RGB: rgb(2, 19, 4) | CMYK: 89%, 0%, 79%, 93% | HSV: 127°, 89%, 7%. Copy any format from the conversion table above.
What colors go well with #021304?
The complementary color is HSL(310, 85%, 4%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 85%, 4%) in CSS?
As HSL: color: hsl(130, 85%, 4%); — As HEX: color: #021304; — As RGB: color: rgb(2, 19, 4); — Tailwind CSS: bg-[hsl(130,85%,4%)] — CSS variable: --color-primary: hsl(130, 85%, 4%);