HSL(39, 100%, 7%)
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(39,100%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 100%, 7%) | color: hsl(39, 100%, 7%) | |
| HEX | #241700 | color: #241700 | |
| RGB | rgb(36, 23, 0) | color: rgb(36, 23, 0) | |
| CMYK | cmyk(0%, 36%, 100%, 86%) | — | |
| HSV | hsv(38, 100%, 14%) | — | |
| HWB | hwb(38 0% 86%) | color: hwb(38 0% 86%) | |
| OKLCH | oklch(0.2159 0.0446 81.08) | color: oklch(0.2159 0.0446 81.08) | |
| Lab | lab(8.89 3.5 13.38) | color: lab(8.89 3.5 13.38) | |
| LCH | lch(8.89 13.83 75.34) | color: lch(8.89 13.83 75.34) |
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)
#1E1E06 — rgb(30, 30, 6)
Deuteranopia (Green-blind)
#1F2007 — rgb(31, 32, 7)
Tritanopia (Blue-blind)
#230A0B — rgb(35, 10, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 100%, 7%);
text
color: hsl(39, 100%, 7%);
border
border: 2px solid hsl(39, 100%, 7%);
gradient light
background: linear-gradient(to right, hsl(39, 100%, 27%), hsl(39, 100%, 7%));
gradient dark
background: linear-gradient(to right, hsl(39, 100%, 7%), hsl(39, 100%, 0%))
hex
background-color: #241700;
tailwind
bg-[hsl(39,100%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 100%, 7%, 0.4);
css variable
--color-primary: hsl(39, 100%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 100%, 7%)?
HEX: #241700 | RGB: rgb(36, 23, 0) | CMYK: 0%, 36%, 100%, 86% | HSV: 38°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #241700?
The complementary color is HSL(219, 100%, 7%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 100%, 7%) in CSS?
As HSL: color: hsl(39, 100%, 7%); — As HEX: color: #241700; — As RGB: color: rgb(36, 23, 0); — Tailwind CSS: bg-[hsl(39,100%,7%)] — CSS variable: --color-primary: hsl(39, 100%, 7%);