HSL(40, 100%, 4%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(40,100%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 100%, 4%) | color: hsl(40, 100%, 4%) | |
| HEX | #140E00 | color: #140E00 | |
| RGB | rgb(20, 14, 0) | color: rgb(20, 14, 0) | |
| CMYK | cmyk(0%, 30%, 100%, 92%) | — | |
| HSV | hsv(42, 100%, 8%) | — | |
| HWB | hwb(42 0% 92%) | color: hwb(42 0% 92%) | |
| OKLCH | oklch(0.1668 0.0341 92.03) | color: oklch(0.1668 0.0341 92.03) | |
| Lab | lab(4.18 0.23 6.27) | color: lab(4.18 0.23 6.27) | |
| LCH | lch(4.18 6.27 87.9) | color: lch(4.18 6.27 87.9) |
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)
#111103 — rgb(17, 17, 3)
Deuteranopia (Green-blind)
#121204 — rgb(18, 18, 4)
Tritanopia (Blue-blind)
#140607 — rgb(20, 6, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 100%, 4%);
text
color: hsl(40, 100%, 4%);
border
border: 2px solid hsl(40, 100%, 4%);
gradient light
background: linear-gradient(to right, hsl(40, 100%, 24%), hsl(40, 100%, 4%));
gradient dark
background: linear-gradient(to right, hsl(40, 100%, 4%), hsl(40, 100%, 0%))
hex
background-color: #140E00;
tailwind
bg-[hsl(40,100%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 100%, 4%, 0.4);
css variable
--color-primary: hsl(40, 100%, 4%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 100%, 4%)?
HEX: #140E00 | RGB: rgb(20, 14, 0) | CMYK: 0%, 30%, 100%, 92% | HSV: 42°, 100%, 8%. Copy any format from the conversion table above.
What colors go well with #140E00?
The complementary color is HSL(220, 100%, 4%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 100%, 4%) in CSS?
As HSL: color: hsl(40, 100%, 4%); — As HEX: color: #140E00; — As RGB: color: rgb(20, 14, 0); — Tailwind CSS: bg-[hsl(40,100%,4%)] — CSS variable: --color-primary: hsl(40, 100%, 4%);