HSL(116, 85%, 8%)
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(116,85%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 8%) | color: hsl(116, 85%, 8%) | |
| HEX | #052603 | color: #052603 | |
| RGB | rgb(5, 38, 3) | color: rgb(5, 38, 3) | |
| CMYK | cmyk(87%, 0%, 92%, 85%) | — | |
| HSV | hsv(117, 92%, 15%) | — | |
| HWB | hwb(117 1% 85%) | color: hwb(117 1% 85%) | |
| OKLCH | oklch(0.2356 0.0718 141.83) | color: oklch(0.2356 0.0718 141.83) | |
| Lab | lab(12.12 -20.63 16.32) | color: lab(12.12 -20.63 16.32) | |
| LCH | lch(12.12 26.3 141.65) | color: lch(12.12 26.3 141.65) |
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)
#13140B — rgb(19, 20, 11)
Deuteranopia (Green-blind)
#110F0E — rgb(17, 15, 14)
Tritanopia (Blue-blind)
#071214 — rgb(7, 18, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 8%);
text
color: hsl(116, 85%, 8%);
border
border: 2px solid hsl(116, 85%, 8%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 28%), hsl(116, 85%, 8%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 8%), hsl(116, 85%, 0%))
hex
background-color: #052603;
tailwind
bg-[hsl(116,85%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 8%, 0.4);
css variable
--color-primary: hsl(116, 85%, 8%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 8%)?
HEX: #052603 | RGB: rgb(5, 38, 3) | CMYK: 87%, 0%, 92%, 85% | HSV: 117°, 92%, 15%. Copy any format from the conversion table above.
What colors go well with #052603?
The complementary color is HSL(296, 85%, 8%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 85%, 8%) in CSS?
As HSL: color: hsl(116, 85%, 8%); — As HEX: color: #052603; — As RGB: color: rgb(5, 38, 3); — Tailwind CSS: bg-[hsl(116,85%,8%)] — CSS variable: --color-primary: hsl(116, 85%, 8%);