HSL(20, 100%, 14%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,100%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 100%, 14%) | color: hsl(20, 100%, 14%) | |
| HEX | #471800 | color: #471800 | |
| RGB | rgb(71, 24, 0) | color: rgb(71, 24, 0) | |
| CMYK | cmyk(0%, 66%, 100%, 72%) | — | |
| HSV | hsv(20, 100%, 28%) | — | |
| HWB | hwb(20 0% 72%) | color: hwb(20 0% 72%) | |
| OKLCH | oklch(0.2791 0.08 44.86) | color: oklch(0.2791 0.08 44.86) | |
| Lab | lab(15.45 21.13 23.34) | color: lab(15.45 21.13 23.34) | |
| LCH | lch(15.45 31.48 47.85) | color: lch(15.45 31.48 47.85) |
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)
#333206 — rgb(51, 50, 6)
Deuteranopia (Green-blind)
#353907 — rgb(53, 57, 7)
Tritanopia (Blue-blind)
#450A0B — rgb(69, 10, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 100%, 14%);
text
color: hsl(20, 100%, 14%);
border
border: 2px solid hsl(20, 100%, 14%);
gradient light
background: linear-gradient(to right, hsl(20, 100%, 34%), hsl(20, 100%, 14%));
gradient dark
background: linear-gradient(to right, hsl(20, 100%, 14%), hsl(20, 100%, 0%))
hex
background-color: #471800;
tailwind
bg-[hsl(20,100%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 100%, 14%, 0.4);
css variable
--color-primary: hsl(20, 100%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 100%, 14%)?
HEX: #471800 | RGB: rgb(71, 24, 0) | CMYK: 0%, 66%, 100%, 72% | HSV: 20°, 100%, 28%. Copy any format from the conversion table above.
What colors go well with #471800?
The complementary color is HSL(200, 100%, 14%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 100%, 14%) in CSS?
As HSL: color: hsl(20, 100%, 14%); — As HEX: color: #471800; — As RGB: color: rgb(71, 24, 0); — Tailwind CSS: bg-[hsl(20,100%,14%)] — CSS variable: --color-primary: hsl(20, 100%, 14%);