HSL(21, 30%, 26%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(21,30%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 30%, 26%) | color: hsl(21, 30%, 26%) | |
| HEX | #563C2E | color: #563C2E | |
| RGB | rgb(86, 60, 46) | color: rgb(86, 60, 46) | |
| CMYK | cmyk(0%, 30%, 47%, 66%) | — | |
| HSV | hsv(21, 47%, 34%) | — | |
| HWB | hwb(21 18% 66%) | color: hwb(21 18% 66%) | |
| OKLCH | oklch(0.3817 0.0434 49.3) | color: oklch(0.3817 0.0434 49.3) | |
| Lab | lab(27.87 9.42 13.18) | color: lab(27.87 9.42 13.18) | |
| LCH | lch(27.87 16.2 54.45) | color: lch(27.87 16.2 54.45) |
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)
#4B4B31 — rgb(75, 75, 49)
Deuteranopia (Green-blind)
#4C4E32 — rgb(76, 78, 50)
Tritanopia (Blue-blind)
#553435 — rgb(85, 52, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 30%, 26%);
text
color: hsl(21, 30%, 26%);
border
border: 2px solid hsl(21, 30%, 26%);
gradient light
background: linear-gradient(to right, hsl(21, 30%, 46%), hsl(21, 30%, 26%));
gradient dark
background: linear-gradient(to right, hsl(21, 30%, 26%), hsl(21, 30%, 6%))
hex
background-color: #563C2E;
tailwind
bg-[hsl(21,30%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 30%, 26%, 0.4);
css variable
--color-primary: hsl(21, 30%, 26%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 30%, 26%)?
HEX: #563C2E | RGB: rgb(86, 60, 46) | CMYK: 0%, 30%, 47%, 66% | HSV: 21°, 47%, 34%. Copy any format from the conversion table above.
What colors go well with #563C2E?
The complementary color is HSL(201, 30%, 26%). 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, 30%, 26%) in CSS?
As HSL: color: hsl(21, 30%, 26%); — As HEX: color: #563C2E; — As RGB: color: rgb(86, 60, 46); — Tailwind CSS: bg-[hsl(21,30%,26%)] — CSS variable: --color-primary: hsl(21, 30%, 26%);