HSL(102, 83%, 3%)
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(102,83%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 83%, 3%) | color: hsl(102, 83%, 3%) | |
| HEX | #050E01 | color: #050E01 | |
| RGB | rgb(5, 14, 1) | color: rgb(5, 14, 1) | |
| CMYK | cmyk(64%, 0%, 93%, 95%) | — | |
| HSV | hsv(102, 93%, 5%) | — | |
| HWB | hwb(102 0% 95%) | color: hwb(102 0% 95%) | |
| OKLCH | oklch(0.1485 0.0372 133.64) | color: oklch(0.1485 0.0372 133.64) | |
| Lab | lab(3.15 -4.35 4.22) | color: lab(3.15 -4.35 4.22) | |
| LCH | lch(3.15 6.06 135.87) | color: lch(3.15 6.06 135.87) |
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)
#090904 — rgb(9, 9, 4)
Deuteranopia (Green-blind)
#080805 — rgb(8, 8, 5)
Tritanopia (Blue-blind)
#050707 — rgb(5, 7, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 83%, 3%);
text
color: hsl(102, 83%, 3%);
border
border: 2px solid hsl(102, 83%, 3%);
gradient light
background: linear-gradient(to right, hsl(102, 83%, 23%), hsl(102, 83%, 3%));
gradient dark
background: linear-gradient(to right, hsl(102, 83%, 3%), hsl(102, 83%, 0%))
hex
background-color: #050E01;
tailwind
bg-[hsl(102,83%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 83%, 3%, 0.4);
css variable
--color-primary: hsl(102, 83%, 3%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(102, 83%, 3%)?
HEX: #050E01 | RGB: rgb(5, 14, 1) | CMYK: 64%, 0%, 93%, 95% | HSV: 102°, 93%, 5%. Copy any format from the conversion table above.
What colors go well with #050E01?
The complementary color is HSL(282, 83%, 3%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 83%, 3%) in CSS?
As HSL: color: hsl(102, 83%, 3%); — As HEX: color: #050E01; — As RGB: color: rgb(5, 14, 1); — Tailwind CSS: bg-[hsl(102,83%,3%)] — CSS variable: --color-primary: hsl(102, 83%, 3%);