HSL(17, 71%, 20%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,71%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 71%, 20%) | color: hsl(17, 71%, 20%) | |
| HEX | #57230F | color: #57230F | |
| RGB | rgb(87, 35, 15) | color: rgb(87, 35, 15) | |
| CMYK | cmyk(0%, 60%, 83%, 66%) | — | |
| HSV | hsv(17, 83%, 34%) | — | |
| HWB | hwb(17 6% 66%) | color: hwb(17 6% 66%) | |
| OKLCH | oklch(0.3281 0.0831 40.43) | color: oklch(0.3281 0.0831 40.43) | |
| Lab | lab(21.07 22.67 24.33) | color: lab(21.07 22.67 24.33) | |
| LCH | lch(21.07 33.25 47.02) | color: lch(21.07 33.25 47.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)
#404014 — rgb(64, 64, 20)
Deuteranopia (Green-blind)
#444715 — rgb(68, 71, 21)
Tritanopia (Blue-blind)
#541819 — rgb(84, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 71%, 20%);
text
color: hsl(17, 71%, 20%);
border
border: 2px solid hsl(17, 71%, 20%);
gradient light
background: linear-gradient(to right, hsl(17, 71%, 40%), hsl(17, 71%, 20%));
gradient dark
background: linear-gradient(to right, hsl(17, 71%, 20%), hsl(17, 71%, 0%))
hex
background-color: #57230F;
tailwind
bg-[hsl(17,71%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 71%, 20%, 0.4);
css variable
--color-primary: hsl(17, 71%, 20%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 71%, 20%)?
HEX: #57230F | RGB: rgb(87, 35, 15) | CMYK: 0%, 60%, 83%, 66% | HSV: 17°, 83%, 34%. Copy any format from the conversion table above.
What colors go well with #57230F?
The complementary color is HSL(197, 71%, 20%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 71%, 20%) in CSS?
As HSL: color: hsl(17, 71%, 20%); — As HEX: color: #57230F; — As RGB: color: rgb(87, 35, 15); — Tailwind CSS: bg-[hsl(17,71%,20%)] — CSS variable: --color-primary: hsl(17, 71%, 20%);