HSL(36, 30%, 8%)
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,30%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 30%, 8%) | color: hsl(36, 30%, 8%) | |
| HEX | #1B160E | color: #1B160E | |
| RGB | rgb(27, 22, 14) | color: rgb(27, 22, 14) | |
| CMYK | cmyk(0%, 19%, 48%, 89%) | — | |
| HSV | hsv(37, 48%, 11%) | — | |
| HWB | hwb(37 6% 89%) | color: hwb(37 6% 89%) | |
| OKLCH | oklch(0.2035 0.017 79.24) | color: oklch(0.2035 0.017 79.24) | |
| Lab | lab(7.57 0.87 5.42) | color: lab(7.57 0.87 5.42) | |
| LCH | lch(7.57 5.49 80.88) | color: lch(7.57 5.49 80.88) |
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)
#191910 — rgb(25, 25, 16)
Deuteranopia (Green-blind)
#191A10 — rgb(25, 26, 16)
Tritanopia (Blue-blind)
#1B1112 — rgb(27, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 30%, 8%);
text
color: hsl(36, 30%, 8%);
border
border: 2px solid hsl(36, 30%, 8%);
gradient light
background: linear-gradient(to right, hsl(36, 30%, 28%), hsl(36, 30%, 8%));
gradient dark
background: linear-gradient(to right, hsl(36, 30%, 8%), hsl(36, 30%, 0%))
hex
background-color: #1B160E;
tailwind
bg-[hsl(36,30%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 30%, 8%, 0.4);
css variable
--color-primary: hsl(36, 30%, 8%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 30%, 8%)?
HEX: #1B160E | RGB: rgb(27, 22, 14) | CMYK: 0%, 19%, 48%, 89% | HSV: 37°, 48%, 11%. Copy any format from the conversion table above.
What colors go well with #1B160E?
The complementary color is HSL(216, 30%, 8%). 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, 30%, 8%) in CSS?
As HSL: color: hsl(36, 30%, 8%); — As HEX: color: #1B160E; — As RGB: color: rgb(27, 22, 14); — Tailwind CSS: bg-[hsl(36,30%,8%)] — CSS variable: --color-primary: hsl(36, 30%, 8%);