HSL(146, 88%, 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(146,88%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 88%, 5%) | color: hsl(146, 88%, 5%) | |
| HEX | #02180B | color: #02180B | |
| RGB | rgb(2, 24, 11) | color: rgb(2, 24, 11) | |
| CMYK | cmyk(92%, 0%, 54%, 91%) | — | |
| HSV | hsv(145, 92%, 9%) | — | |
| HWB | hwb(145 1% 91%) | color: hwb(145 1% 91%) | |
| OKLCH | oklch(0.1857 0.0404 156.16) | color: oklch(0.1857 0.0404 156.16) | |
| Lab | lab(6.24 -10 4.63) | color: lab(6.24 -10 4.63) | |
| LCH | lch(6.24 11.02 155.16) | color: lch(6.24 11.02 155.16) |
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)
#0C0C0E — rgb(12, 12, 14)
Deuteranopia (Green-blind)
#0A090F — rgb(10, 9, 15)
Tritanopia (Blue-blind)
#031111 — rgb(3, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 88%, 5%);
text
color: hsl(146, 88%, 5%);
border
border: 2px solid hsl(146, 88%, 5%);
gradient light
background: linear-gradient(to right, hsl(146, 88%, 25%), hsl(146, 88%, 5%));
gradient dark
background: linear-gradient(to right, hsl(146, 88%, 5%), hsl(146, 88%, 0%))
hex
background-color: #02180B;
tailwind
bg-[hsl(146,88%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 88%, 5%, 0.4);
css variable
--color-primary: hsl(146, 88%, 5%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(146, 88%, 5%)?
HEX: #02180B | RGB: rgb(2, 24, 11) | CMYK: 92%, 0%, 54%, 91% | HSV: 145°, 92%, 9%. Copy any format from the conversion table above.
What colors go well with #02180B?
The complementary color is HSL(326, 88%, 5%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 88%, 5%) in CSS?
As HSL: color: hsl(146, 88%, 5%); — As HEX: color: #02180B; — As RGB: color: rgb(2, 24, 11); — Tailwind CSS: bg-[hsl(146,88%,5%)] — CSS variable: --color-primary: hsl(146, 88%, 5%);