HSL(32, 22%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,22%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 22%, 33%) | color: hsl(32, 22%, 33%) | |
| HEX | #675542 | color: #675542 | |
| RGB | rgb(103, 85, 66) | color: rgb(103, 85, 66) | |
| CMYK | cmyk(0%, 17%, 36%, 60%) | — | |
| HSV | hsv(31, 36%, 40%) | — | |
| HWB | hwb(31 26% 60%) | color: hwb(31 26% 60%) | |
| OKLCH | oklch(0.4623 0.0377 68.19) | color: oklch(0.4623 0.0377 68.19) | |
| Lab | lab(37.43 4.34 13.87) | color: lab(37.43 4.34 13.87) | |
| LCH | lch(37.43 14.53 72.62) | color: lch(37.43 14.53 72.62) |
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)
#5F5F47 — rgb(95, 95, 71)
Deuteranopia (Green-blind)
#606248 — rgb(96, 98, 72)
Tritanopia (Blue-blind)
#664A4B — rgb(102, 74, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 22%, 33%);
text
color: hsl(32, 22%, 33%);
border
border: 2px solid hsl(32, 22%, 33%);
gradient light
background: linear-gradient(to right, hsl(32, 22%, 53%), hsl(32, 22%, 33%));
gradient dark
background: linear-gradient(to right, hsl(32, 22%, 33%), hsl(32, 22%, 13%))
hex
background-color: #675542;
tailwind
bg-[hsl(32,22%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 22%, 33%, 0.4);
css variable
--color-primary: hsl(32, 22%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 22%, 33%)?
HEX: #675542 | RGB: rgb(103, 85, 66) | CMYK: 0%, 17%, 36%, 60% | HSV: 31°, 36%, 40%. Copy any format from the conversion table above.
What colors go well with #675542?
The complementary color is HSL(212, 22%, 33%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 22%, 33%) in CSS?
As HSL: color: hsl(32, 22%, 33%); — As HEX: color: #675542; — As RGB: color: rgb(103, 85, 66); — Tailwind CSS: bg-[hsl(32,22%,33%)] — CSS variable: --color-primary: hsl(32, 22%, 33%);