HSL(20, 32%, 21%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,32%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 32%, 21%) | color: hsl(20, 32%, 21%) | |
| HEX | #473024 | color: #473024 | |
| RGB | rgb(71, 48, 36) | color: rgb(71, 48, 36) | |
| CMYK | cmyk(0%, 32%, 49%, 72%) | — | |
| HSV | hsv(21, 49%, 28%) | — | |
| HWB | hwb(21 14% 72%) | color: hwb(21 14% 72%) | |
| OKLCH | oklch(0.3329 0.0394 48.48) | color: oklch(0.3329 0.0394 48.48) | |
| Lab | lab(22.24 8.73 11.86) | color: lab(22.24 8.73 11.86) | |
| LCH | lch(22.24 14.73 53.64) | color: lch(22.24 14.73 53.64) |
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)
#3D3D27 — rgb(61, 61, 39)
Deuteranopia (Green-blind)
#3E4028 — rgb(62, 64, 40)
Tritanopia (Blue-blind)
#46292A — rgb(70, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 32%, 21%);
text
color: hsl(20, 32%, 21%);
border
border: 2px solid hsl(20, 32%, 21%);
gradient light
background: linear-gradient(to right, hsl(20, 32%, 41%), hsl(20, 32%, 21%));
gradient dark
background: linear-gradient(to right, hsl(20, 32%, 21%), hsl(20, 32%, 1%))
hex
background-color: #473024;
tailwind
bg-[hsl(20,32%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 32%, 21%, 0.4);
css variable
--color-primary: hsl(20, 32%, 21%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 32%, 21%)?
HEX: #473024 | RGB: rgb(71, 48, 36) | CMYK: 0%, 32%, 49%, 72% | HSV: 21°, 49%, 28%. Copy any format from the conversion table above.
What colors go well with #473024?
The complementary color is HSL(200, 32%, 21%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 32%, 21%) in CSS?
As HSL: color: hsl(20, 32%, 21%); — As HEX: color: #473024; — As RGB: color: rgb(71, 48, 36); — Tailwind CSS: bg-[hsl(20,32%,21%)] — CSS variable: --color-primary: hsl(20, 32%, 21%);