HSL(94, 81%, 5%)
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(94,81%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 81%, 5%) | color: hsl(94, 81%, 5%) | |
| HEX | #0B1702 | color: #0B1702 | |
| RGB | rgb(11, 23, 2) | color: rgb(11, 23, 2) | |
| CMYK | cmyk(52%, 0%, 91%, 91%) | — | |
| HSV | hsv(94, 91%, 9%) | — | |
| HWB | hwb(94 1% 91%) | color: hwb(94 1% 91%) | |
| OKLCH | oklch(0.1866 0.0455 132.09) | color: oklch(0.1866 0.0455 132.09) | |
| Lab | lab(6.22 -8.15 8.34) | color: lab(6.22 -8.15 8.34) | |
| LCH | lch(6.22 11.66 134.34) | color: lch(6.22 11.66 134.34) |
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)
#101007 — rgb(16, 16, 7)
Deuteranopia (Green-blind)
#100F08 — rgb(16, 15, 8)
Tritanopia (Blue-blind)
#0C0B0C — rgb(12, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 81%, 5%);
text
color: hsl(94, 81%, 5%);
border
border: 2px solid hsl(94, 81%, 5%);
gradient light
background: linear-gradient(to right, hsl(94, 81%, 25%), hsl(94, 81%, 5%));
gradient dark
background: linear-gradient(to right, hsl(94, 81%, 5%), hsl(94, 81%, 0%))
hex
background-color: #0B1702;
tailwind
bg-[hsl(94,81%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 81%, 5%, 0.4);
css variable
--color-primary: hsl(94, 81%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(94, 81%, 5%)?
HEX: #0B1702 | RGB: rgb(11, 23, 2) | CMYK: 52%, 0%, 91%, 91% | HSV: 94°, 91%, 9%. Copy any format from the conversion table above.
What colors go well with #0B1702?
The complementary color is HSL(274, 81%, 5%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 81%, 5%) in CSS?
As HSL: color: hsl(94, 81%, 5%); — As HEX: color: #0B1702; — As RGB: color: rgb(11, 23, 2); — Tailwind CSS: bg-[hsl(94,81%,5%)] — CSS variable: --color-primary: hsl(94, 81%, 5%);