HSL(43, 45%, 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(43,45%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 45%, 8%) | color: hsl(43, 45%, 8%) | |
| HEX | #1E180B | color: #1E180B | |
| RGB | rgb(30, 24, 11) | color: rgb(30, 24, 11) | |
| CMYK | cmyk(0%, 20%, 63%, 88%) | — | |
| HSV | hsv(41, 63%, 12%) | — | |
| HWB | hwb(41 4% 88%) | color: hwb(41 4% 88%) | |
| OKLCH | oklch(0.2123 0.025 85.58) | color: oklch(0.2123 0.025 85.58) | |
| Lab | lab(8.6 0.63 8.36) | color: lab(8.6 0.63 8.36) | |
| LCH | lch(8.6 8.38 85.69) | color: lch(8.6 8.38 85.69) |
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)
#1B1B0E — rgb(27, 27, 14)
Deuteranopia (Green-blind)
#1C1C0F — rgb(28, 28, 15)
Tritanopia (Blue-blind)
#1E1111 — rgb(30, 17, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 45%, 8%);
text
color: hsl(43, 45%, 8%);
border
border: 2px solid hsl(43, 45%, 8%);
gradient light
background: linear-gradient(to right, hsl(43, 45%, 28%), hsl(43, 45%, 8%));
gradient dark
background: linear-gradient(to right, hsl(43, 45%, 8%), hsl(43, 45%, 0%))
hex
background-color: #1E180B;
tailwind
bg-[hsl(43,45%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 45%, 8%, 0.4);
css variable
--color-primary: hsl(43, 45%, 8%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 45%, 8%)?
HEX: #1E180B | RGB: rgb(30, 24, 11) | CMYK: 0%, 20%, 63%, 88% | HSV: 41°, 63%, 12%. Copy any format from the conversion table above.
What colors go well with #1E180B?
The complementary color is HSL(223, 45%, 8%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 45%, 8%) in CSS?
As HSL: color: hsl(43, 45%, 8%); — As HEX: color: #1E180B; — As RGB: color: rgb(30, 24, 11); — Tailwind CSS: bg-[hsl(43,45%,8%)] — CSS variable: --color-primary: hsl(43, 45%, 8%);