HSL(21, 19%, 30%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(21,19%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 19%, 30%) | color: hsl(21, 19%, 30%) | |
| HEX | #5B483E | color: #5B483E | |
| RGB | rgb(91, 72, 62) | color: rgb(91, 72, 62) | |
| CMYK | cmyk(0%, 21%, 32%, 64%) | — | |
| HSV | hsv(21, 32%, 36%) | — | |
| HWB | hwb(21 24% 64%) | color: hwb(21 24% 64%) | |
| OKLCH | oklch(0.4186 0.0307 49.23) | color: oklch(0.4186 0.0307 49.23) | |
| Lab | lab(32.27 6.4 9.06) | color: lab(32.27 6.4 9.06) | |
| LCH | lch(32.27 11.09 54.76) | color: lch(32.27 11.09 54.76) |
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)
#535340 — rgb(83, 83, 64)
Deuteranopia (Green-blind)
#545541 — rgb(84, 85, 65)
Tritanopia (Blue-blind)
#5A4243 — rgb(90, 66, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 19%, 30%);
text
color: hsl(21, 19%, 30%);
border
border: 2px solid hsl(21, 19%, 30%);
gradient light
background: linear-gradient(to right, hsl(21, 19%, 50%), hsl(21, 19%, 30%));
gradient dark
background: linear-gradient(to right, hsl(21, 19%, 30%), hsl(21, 19%, 10%))
hex
background-color: #5B483E;
tailwind
bg-[hsl(21,19%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 19%, 30%, 0.4);
css variable
--color-primary: hsl(21, 19%, 30%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 19%, 30%)?
HEX: #5B483E | RGB: rgb(91, 72, 62) | CMYK: 0%, 21%, 32%, 64% | HSV: 21°, 32%, 36%. Copy any format from the conversion table above.
What colors go well with #5B483E?
The complementary color is HSL(201, 19%, 30%). 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, 19%, 30%) in CSS?
As HSL: color: hsl(21, 19%, 30%); — As HEX: color: #5B483E; — As RGB: color: rgb(91, 72, 62); — Tailwind CSS: bg-[hsl(21,19%,30%)] — CSS variable: --color-primary: hsl(21, 19%, 30%);