HSL(36, 77%, 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,77%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 77%, 7%) | color: hsl(36, 77%, 7%) | |
| HEX | #201504 | color: #201504 | |
| RGB | rgb(32, 21, 4) | color: rgb(32, 21, 4) | |
| CMYK | cmyk(0%, 34%, 88%, 87%) | — | |
| HSV | hsv(36, 88%, 13%) | — | |
| HWB | hwb(36 2% 87%) | color: hwb(36 2% 87%) | |
| OKLCH | oklch(0.2054 0.0349 77.6) | color: oklch(0.2054 0.0349 77.6) | |
| Lab | lab(7.7 3.07 9.94) | color: lab(7.7 3.07 9.94) | |
| LCH | lch(7.7 10.4 72.84) | color: lch(7.7 10.4 72.84) |
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)
#1B1B08 — rgb(27, 27, 8)
Deuteranopia (Green-blind)
#1C1D09 — rgb(28, 29, 9)
Tritanopia (Blue-blind)
#1F0B0C — rgb(31, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 77%, 7%);
text
color: hsl(36, 77%, 7%);
border
border: 2px solid hsl(36, 77%, 7%);
gradient light
background: linear-gradient(to right, hsl(36, 77%, 27%), hsl(36, 77%, 7%));
gradient dark
background: linear-gradient(to right, hsl(36, 77%, 7%), hsl(36, 77%, 0%))
hex
background-color: #201504;
tailwind
bg-[hsl(36,77%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 77%, 7%, 0.4);
css variable
--color-primary: hsl(36, 77%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 77%, 7%)?
HEX: #201504 | RGB: rgb(32, 21, 4) | CMYK: 0%, 34%, 88%, 87% | HSV: 36°, 88%, 13%. Copy any format from the conversion table above.
What colors go well with #201504?
The complementary color is HSL(216, 77%, 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, 77%, 7%) in CSS?
As HSL: color: hsl(36, 77%, 7%); — As HEX: color: #201504; — As RGB: color: rgb(32, 21, 4); — Tailwind CSS: bg-[hsl(36,77%,7%)] — CSS variable: --color-primary: hsl(36, 77%, 7%);