HSL(43, 85%, 13%)
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,85%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 85%, 13%) | color: hsl(43, 85%, 13%) | |
| HEX | #3D2D05 | color: #3D2D05 | |
| RGB | rgb(61, 45, 5) | color: rgb(61, 45, 5) | |
| CMYK | cmyk(0%, 26%, 92%, 76%) | — | |
| HSV | hsv(43, 92%, 24%) | — | |
| HWB | hwb(43 2% 76%) | color: hwb(43 2% 76%) | |
| OKLCH | oklch(0.3076 0.0585 85.38) | color: oklch(0.3076 0.0585 85.38) | |
| Lab | lab(19.56 2.8 25.89) | color: lab(19.56 2.8 25.89) | |
| LCH | lch(19.56 26.04 83.83) | color: lch(19.56 26.04 83.83) |
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)
#36360F — rgb(54, 54, 15)
Deuteranopia (Green-blind)
#373811 — rgb(55, 56, 17)
Tritanopia (Blue-blind)
#3C1618 — rgb(60, 22, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 85%, 13%);
text
color: hsl(43, 85%, 13%);
border
border: 2px solid hsl(43, 85%, 13%);
gradient light
background: linear-gradient(to right, hsl(43, 85%, 33%), hsl(43, 85%, 13%));
gradient dark
background: linear-gradient(to right, hsl(43, 85%, 13%), hsl(43, 85%, 0%))
hex
background-color: #3D2D05;
tailwind
bg-[hsl(43,85%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 85%, 13%, 0.4);
css variable
--color-primary: hsl(43, 85%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 85%, 13%)?
HEX: #3D2D05 | RGB: rgb(61, 45, 5) | CMYK: 0%, 26%, 92%, 76% | HSV: 43°, 92%, 24%. Copy any format from the conversion table above.
What colors go well with #3D2D05?
The complementary color is HSL(223, 85%, 13%). 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, 85%, 13%) in CSS?
As HSL: color: hsl(43, 85%, 13%); — As HEX: color: #3D2D05; — As RGB: color: rgb(61, 45, 5); — Tailwind CSS: bg-[hsl(43,85%,13%)] — CSS variable: --color-primary: hsl(43, 85%, 13%);