HSL(43, 85%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,85%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 85%, 15%) | color: hsl(43, 85%, 15%) | |
| HEX | #473406 | color: #473406 | |
| RGB | rgb(71, 52, 6) | color: rgb(71, 52, 6) | |
| CMYK | cmyk(0%, 27%, 92%, 72%) | — | |
| HSV | hsv(42, 92%, 28%) | — | |
| HWB | hwb(42 2% 72%) | color: hwb(42 2% 72%) | |
| OKLCH | oklch(0.3378 0.0648 84.14) | color: oklch(0.3378 0.0648 84.14) | |
| Lab | lab(23.03 3.63 29.63) | color: lab(23.03 3.63 29.63) | |
| LCH | lch(23.03 29.85 83.02) | color: lch(23.03 29.85 83.02) |
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)
#3F3F11 — rgb(63, 63, 17)
Deuteranopia (Green-blind)
#404114 — rgb(64, 65, 20)
Tritanopia (Blue-blind)
#461A1C — rgb(70, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 85%, 15%);
text
color: hsl(43, 85%, 15%);
border
border: 2px solid hsl(43, 85%, 15%);
gradient light
background: linear-gradient(to right, hsl(43, 85%, 35%), hsl(43, 85%, 15%));
gradient dark
background: linear-gradient(to right, hsl(43, 85%, 15%), hsl(43, 85%, 0%))
hex
background-color: #473406;
tailwind
bg-[hsl(43,85%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 85%, 15%, 0.4);
css variable
--color-primary: hsl(43, 85%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 85%, 15%)?
HEX: #473406 | RGB: rgb(71, 52, 6) | CMYK: 0%, 27%, 92%, 72% | HSV: 42°, 92%, 28%. Copy any format from the conversion table above.
What colors go well with #473406?
The complementary color is HSL(223, 85%, 15%). 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%, 15%) in CSS?
As HSL: color: hsl(43, 85%, 15%); — As HEX: color: #473406; — As RGB: color: rgb(71, 52, 6); — Tailwind CSS: bg-[hsl(43,85%,15%)] — CSS variable: --color-primary: hsl(43, 85%, 15%);