HSL(20, 30%, 22%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(20,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 30%, 22%) | color: hsl(20, 30%, 22%) | |
| HEX | #493227 | color: #493227 | |
| RGB | rgb(73, 50, 39) | color: rgb(73, 50, 39) | |
| CMYK | cmyk(0%, 32%, 47%, 71%) | — | |
| HSV | hsv(19, 47%, 29%) | — | |
| HWB | hwb(19 15% 71%) | color: hwb(19 15% 71%) | |
| OKLCH | oklch(0.3408 0.0384 46.54) | color: oklch(0.3408 0.0384 46.54) | |
| Lab | lab(23.15 8.78 11.14) | color: lab(23.15 8.78 11.14) | |
| LCH | lch(23.15 14.18 51.76) | color: lch(23.15 14.18 51.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)
#3F3F2A — rgb(63, 63, 42)
Deuteranopia (Green-blind)
#40422A — rgb(64, 66, 42)
Tritanopia (Blue-blind)
#482C2C — rgb(72, 44, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 30%, 22%);
text
color: hsl(20, 30%, 22%);
border
border: 2px solid hsl(20, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(20, 30%, 42%), hsl(20, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(20, 30%, 22%), hsl(20, 30%, 2%))
hex
background-color: #493227;
tailwind
bg-[hsl(20,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 30%, 22%, 0.4);
css variable
--color-primary: hsl(20, 30%, 22%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 30%, 22%)?
HEX: #493227 | RGB: rgb(73, 50, 39) | CMYK: 0%, 32%, 47%, 71% | HSV: 19°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #493227?
The complementary color is HSL(200, 30%, 22%). 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, 30%, 22%) in CSS?
As HSL: color: hsl(20, 30%, 22%); — As HEX: color: #493227; — As RGB: color: rgb(73, 50, 39); — Tailwind CSS: bg-[hsl(20,30%,22%)] — CSS variable: --color-primary: hsl(20, 30%, 22%);