HSL(43, 70%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,70%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 70%, 16%) | color: hsl(43, 70%, 16%) | |
| HEX | #45350C | color: #45350C | |
| RGB | rgb(69, 53, 12) | color: rgb(69, 53, 12) | |
| CMYK | cmyk(0%, 23%, 83%, 73%) | — | |
| HSV | hsv(43, 83%, 27%) | — | |
| HWB | hwb(43 5% 73%) | color: hwb(43 5% 73%) | |
| OKLCH | oklch(0.3382 0.0603 86.64) | color: oklch(0.3382 0.0603 86.64) | |
| Lab | lab(23.13 2.22 27.17) | color: lab(23.13 2.22 27.17) | |
| LCH | lch(23.13 27.26 85.33) | color: lch(23.13 27.26 85.33) |
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)
#3E3E16 — rgb(62, 62, 22)
Deuteranopia (Green-blind)
#3F4018 — rgb(63, 64, 24)
Tritanopia (Blue-blind)
#441E1F — rgb(68, 30, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 70%, 16%);
text
color: hsl(43, 70%, 16%);
border
border: 2px solid hsl(43, 70%, 16%);
gradient light
background: linear-gradient(to right, hsl(43, 70%, 36%), hsl(43, 70%, 16%));
gradient dark
background: linear-gradient(to right, hsl(43, 70%, 16%), hsl(43, 70%, 0%))
hex
background-color: #45350C;
tailwind
bg-[hsl(43,70%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 70%, 16%, 0.4);
css variable
--color-primary: hsl(43, 70%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 70%, 16%)?
HEX: #45350C | RGB: rgb(69, 53, 12) | CMYK: 0%, 23%, 83%, 73% | HSV: 43°, 83%, 27%. Copy any format from the conversion table above.
What colors go well with #45350C?
The complementary color is HSL(223, 70%, 16%). 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, 70%, 16%) in CSS?
As HSL: color: hsl(43, 70%, 16%); — As HEX: color: #45350C; — As RGB: color: rgb(69, 53, 12); — Tailwind CSS: bg-[hsl(43,70%,16%)] — CSS variable: --color-primary: hsl(43, 70%, 16%);