HSL(87, 57%, 4%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,57%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 57%, 4%) | color: hsl(87, 57%, 4%) | |
| HEX | #0B1004 | color: #0B1004 | |
| RGB | rgb(11, 16, 4) | color: rgb(11, 16, 4) | |
| CMYK | cmyk(31%, 0%, 75%, 94%) | — | |
| HSV | hsv(85, 75%, 6%) | — | |
| HWB | hwb(85 2% 94%) | color: hwb(85 2% 94%) | |
| OKLCH | oklch(0.1632 0.0272 125.87) | color: oklch(0.1632 0.0272 125.87) | |
| Lab | lab(4.07 -3.4 4.39) | color: lab(4.07 -3.4 4.39) | |
| LCH | lch(4.07 5.55 127.76) | color: lch(4.07 5.55 127.76) |
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)
#0D0D07 — rgb(13, 13, 7)
Deuteranopia (Green-blind)
#0D0D08 — rgb(13, 13, 8)
Tritanopia (Blue-blind)
#0B090A — rgb(11, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 57%, 4%);
text
color: hsl(87, 57%, 4%);
border
border: 2px solid hsl(87, 57%, 4%);
gradient light
background: linear-gradient(to right, hsl(87, 57%, 24%), hsl(87, 57%, 4%));
gradient dark
background: linear-gradient(to right, hsl(87, 57%, 4%), hsl(87, 57%, 0%))
hex
background-color: #0B1004;
tailwind
bg-[hsl(87,57%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 57%, 4%, 0.4);
css variable
--color-primary: hsl(87, 57%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(87, 57%, 4%)?
HEX: #0B1004 | RGB: rgb(11, 16, 4) | CMYK: 31%, 0%, 75%, 94% | HSV: 85°, 75%, 6%. Copy any format from the conversion table above.
What colors go well with #0B1004?
The complementary color is HSL(267, 57%, 4%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 57%, 4%) in CSS?
As HSL: color: hsl(87, 57%, 4%); — As HEX: color: #0B1004; — As RGB: color: rgb(11, 16, 4); — Tailwind CSS: bg-[hsl(87,57%,4%)] — CSS variable: --color-primary: hsl(87, 57%, 4%);