HSL(36, 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(36,100%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 100%, 7%) | color: hsl(36, 100%, 7%) | |
| HEX | #241500 | color: #241500 | |
| RGB | rgb(36, 21, 0) | color: rgb(36, 21, 0) | |
| CMYK | cmyk(0%, 42%, 100%, 86%) | — | |
| HSV | hsv(35, 100%, 14%) | — | |
| HWB | hwb(35 0% 86%) | color: hwb(35 0% 86%) | |
| OKLCH | oklch(0.2107 0.0443 75.52) | color: oklch(0.2107 0.0443 75.52) | |
| Lab | lab(8.23 4.96 12.43) | color: lab(8.23 4.96 12.43) | |
| LCH | lch(8.23 13.38 68.25) | color: lch(8.23 13.38 68.25) |
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)
#1E1D05 — rgb(30, 29, 5)
Deuteranopia (Green-blind)
#1E2006 — rgb(30, 32, 6)
Tritanopia (Blue-blind)
#23090A — rgb(35, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 100%, 7%);
text
color: hsl(36, 100%, 7%);
border
border: 2px solid hsl(36, 100%, 7%);
gradient light
background: linear-gradient(to right, hsl(36, 100%, 27%), hsl(36, 100%, 7%));
gradient dark
background: linear-gradient(to right, hsl(36, 100%, 7%), hsl(36, 100%, 0%))
hex
background-color: #241500;
tailwind
bg-[hsl(36,100%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 100%, 7%, 0.4);
css variable
--color-primary: hsl(36, 100%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 100%, 7%)?
HEX: #241500 | RGB: rgb(36, 21, 0) | CMYK: 0%, 42%, 100%, 86% | HSV: 35°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #241500?
The complementary color is HSL(216, 100%, 7%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 100%, 7%) in CSS?
As HSL: color: hsl(36, 100%, 7%); — As HEX: color: #241500; — As RGB: color: rgb(36, 21, 0); — Tailwind CSS: bg-[hsl(36,100%,7%)] — CSS variable: --color-primary: hsl(36, 100%, 7%);