HSL(87, 95%, 3%)
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,95%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 95%, 3%) | color: hsl(87, 95%, 3%) | |
| HEX | #080F00 | color: #080F00 | |
| RGB | rgb(8, 15, 0) | color: rgb(8, 15, 0) | |
| CMYK | cmyk(47%, 0%, 100%, 94%) | — | |
| HSV | hsv(88, 100%, 6%) | — | |
| HWB | hwb(88 0% 94%) | color: hwb(88 0% 94%) | |
| OKLCH | oklch(0.1551 0.0397 126.31) | color: oklch(0.1551 0.0397 126.31) | |
| Lab | lab(3.55 -4.21 5.24) | color: lab(3.55 -4.21 5.24) | |
| LCH | lch(3.55 6.72 128.78) | color: lch(3.55 6.72 128.78) |
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)
#0B0B04 — rgb(11, 11, 4)
Deuteranopia (Green-blind)
#0B0A05 — rgb(11, 10, 5)
Tritanopia (Blue-blind)
#080607 — rgb(8, 6, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 95%, 3%);
text
color: hsl(87, 95%, 3%);
border
border: 2px solid hsl(87, 95%, 3%);
gradient light
background: linear-gradient(to right, hsl(87, 95%, 23%), hsl(87, 95%, 3%));
gradient dark
background: linear-gradient(to right, hsl(87, 95%, 3%), hsl(87, 95%, 0%))
hex
background-color: #080F00;
tailwind
bg-[hsl(87,95%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 95%, 3%, 0.4);
css variable
--color-primary: hsl(87, 95%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(87, 95%, 3%)?
HEX: #080F00 | RGB: rgb(8, 15, 0) | CMYK: 47%, 0%, 100%, 94% | HSV: 88°, 100%, 6%. Copy any format from the conversion table above.
What colors go well with #080F00?
The complementary color is HSL(267, 95%, 3%). 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, 95%, 3%) in CSS?
As HSL: color: hsl(87, 95%, 3%); — As HEX: color: #080F00; — As RGB: color: rgb(8, 15, 0); — Tailwind CSS: bg-[hsl(87,95%,3%)] — CSS variable: --color-primary: hsl(87, 95%, 3%);