HSL(21, 59%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,59%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 59%, 41%) | color: hsl(21, 59%, 41%) | |
| HEX | #A6562B | color: #A6562B | |
| RGB | rgb(166, 86, 43) | color: rgb(166, 86, 43) | |
| CMYK | cmyk(0%, 48%, 74%, 35%) | — | |
| HSV | hsv(21, 74%, 65%) | — | |
| HWB | hwb(21 17% 35%) | color: hwb(21 17% 35%) | |
| OKLCH | oklch(0.5416 0.1194 46.8) | color: oklch(0.5416 0.1194 46.8) | |
| Lab | lab(45.55 29.55 38.86) | color: lab(45.55 29.55 38.86) | |
| LCH | lch(45.55 48.82 52.75) | color: lch(45.55 48.82 52.75) |
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)
#838335 — rgb(131, 131, 53)
Deuteranopia (Green-blind)
#888E38 — rgb(136, 142, 56)
Tritanopia (Blue-blind)
#A23E3F — rgb(162, 62, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 59%, 41%);
text
color: hsl(21, 59%, 41%);
border
border: 2px solid hsl(21, 59%, 41%);
gradient light
background: linear-gradient(to right, hsl(21, 59%, 61%), hsl(21, 59%, 41%));
gradient dark
background: linear-gradient(to right, hsl(21, 59%, 41%), hsl(21, 59%, 21%))
hex
background-color: #A6562B;
tailwind
bg-[hsl(21,59%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 59%, 41%, 0.4);
css variable
--color-primary: hsl(21, 59%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 59%, 41%)?
HEX: #A6562B | RGB: rgb(166, 86, 43) | CMYK: 0%, 48%, 74%, 35% | HSV: 21°, 74%, 65%. Copy any format from the conversion table above.
What colors go well with #A6562B?
The complementary color is HSL(201, 59%, 41%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 59%, 41%) in CSS?
As HSL: color: hsl(21, 59%, 41%); — As HEX: color: #A6562B; — As RGB: color: rgb(166, 86, 43); — Tailwind CSS: bg-[hsl(21,59%,41%)] — CSS variable: --color-primary: hsl(21, 59%, 41%);