HSL(43, 70%, 22%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,70%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 70%, 22%) | color: hsl(43, 70%, 22%) | |
| HEX | #5F4911 | color: #5F4911 | |
| RGB | rgb(95, 73, 17) | color: rgb(95, 73, 17) | |
| CMYK | cmyk(0%, 23%, 82%, 63%) | — | |
| HSV | hsv(43, 82%, 37%) | — | |
| HWB | hwb(43 7% 63%) | color: hwb(43 7% 63%) | |
| OKLCH | oklch(0.418 0.0766 86.04) | color: oklch(0.418 0.0766 86.04) | |
| Lab | lab(32.34 3.21 34.9) | color: lab(32.34 3.21 34.9) | |
| LCH | lch(32.34 35.05 84.74) | color: lch(32.34 35.05 84.74) |
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)
#55551F — rgb(85, 85, 31)
Deuteranopia (Green-blind)
#575822 — rgb(87, 88, 34)
Tritanopia (Blue-blind)
#5E292C — rgb(94, 41, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 70%, 22%);
text
color: hsl(43, 70%, 22%);
border
border: 2px solid hsl(43, 70%, 22%);
gradient light
background: linear-gradient(to right, hsl(43, 70%, 42%), hsl(43, 70%, 22%));
gradient dark
background: linear-gradient(to right, hsl(43, 70%, 22%), hsl(43, 70%, 2%))
hex
background-color: #5F4911;
tailwind
bg-[hsl(43,70%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 70%, 22%, 0.4);
css variable
--color-primary: hsl(43, 70%, 22%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 70%, 22%)?
HEX: #5F4911 | RGB: rgb(95, 73, 17) | CMYK: 0%, 23%, 82%, 63% | HSV: 43°, 82%, 37%. Copy any format from the conversion table above.
What colors go well with #5F4911?
The complementary color is HSL(223, 70%, 22%). 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%, 22%) in CSS?
As HSL: color: hsl(43, 70%, 22%); — As HEX: color: #5F4911; — As RGB: color: rgb(95, 73, 17); — Tailwind CSS: bg-[hsl(43,70%,22%)] — CSS variable: --color-primary: hsl(43, 70%, 22%);