HSL(75, 83%, 4%)
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(75,83%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 83%, 4%) | color: hsl(75, 83%, 4%) | |
| HEX | #0E1302 | color: #0E1302 | |
| RGB | rgb(14, 19, 2) | color: rgb(14, 19, 2) | |
| CMYK | cmyk(26%, 0%, 89%, 93%) | — | |
| HSV | hsv(78, 89%, 7%) | — | |
| HWB | hwb(78 1% 93%) | color: hwb(78 1% 93%) | |
| OKLCH | oklch(0.1757 0.0363 121.94) | color: oklch(0.1757 0.0363 121.94) | |
| Lab | lab(5.09 -4.53 6.72) | color: lab(5.09 -4.53 6.72) | |
| LCH | lch(5.09 8.1 123.98) | color: lch(5.09 8.1 123.98) |
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)
#101006 — rgb(16, 16, 6)
Deuteranopia (Green-blind)
#101007 — rgb(16, 16, 7)
Tritanopia (Blue-blind)
#0E090A — rgb(14, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 83%, 4%);
text
color: hsl(75, 83%, 4%);
border
border: 2px solid hsl(75, 83%, 4%);
gradient light
background: linear-gradient(to right, hsl(75, 83%, 24%), hsl(75, 83%, 4%));
gradient dark
background: linear-gradient(to right, hsl(75, 83%, 4%), hsl(75, 83%, 0%))
hex
background-color: #0E1302;
tailwind
bg-[hsl(75,83%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 83%, 4%, 0.4);
css variable
--color-primary: hsl(75, 83%, 4%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(75, 83%, 4%)?
HEX: #0E1302 | RGB: rgb(14, 19, 2) | CMYK: 26%, 0%, 89%, 93% | HSV: 78°, 89%, 7%. Copy any format from the conversion table above.
What colors go well with #0E1302?
The complementary color is HSL(255, 83%, 4%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 83%, 4%) in CSS?
As HSL: color: hsl(75, 83%, 4%); — As HEX: color: #0E1302; — As RGB: color: rgb(14, 19, 2); — Tailwind CSS: bg-[hsl(75,83%,4%)] — CSS variable: --color-primary: hsl(75, 83%, 4%);