HSL(32, 25%, 23%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,25%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 25%, 23%) | color: hsl(32, 25%, 23%) | |
| HEX | #493C2C | color: #493C2C | |
| RGB | rgb(73, 60, 44) | color: rgb(73, 60, 44) | |
| CMYK | cmyk(0%, 18%, 40%, 71%) | — | |
| HSV | hsv(33, 40%, 29%) | — | |
| HWB | hwb(33 17% 71%) | color: hwb(33 17% 71%) | |
| OKLCH | oklch(0.3653 0.0317 72.36) | color: oklch(0.3653 0.0317 72.36) | |
| Lab | lab(26.25 2.96 12.02) | color: lab(26.25 2.96 12.02) | |
| LCH | lch(26.25 12.38 76.17) | color: lch(26.25 12.38 76.17) |
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)
#434330 — rgb(67, 67, 48)
Deuteranopia (Green-blind)
#444531 — rgb(68, 69, 49)
Tritanopia (Blue-blind)
#483334 — rgb(72, 51, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 25%, 23%);
text
color: hsl(32, 25%, 23%);
border
border: 2px solid hsl(32, 25%, 23%);
gradient light
background: linear-gradient(to right, hsl(32, 25%, 43%), hsl(32, 25%, 23%));
gradient dark
background: linear-gradient(to right, hsl(32, 25%, 23%), hsl(32, 25%, 3%))
hex
background-color: #493C2C;
tailwind
bg-[hsl(32,25%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 25%, 23%, 0.4);
css variable
--color-primary: hsl(32, 25%, 23%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 25%, 23%)?
HEX: #493C2C | RGB: rgb(73, 60, 44) | CMYK: 0%, 18%, 40%, 71% | HSV: 33°, 40%, 29%. Copy any format from the conversion table above.
What colors go well with #493C2C?
The complementary color is HSL(212, 25%, 23%). 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, 25%, 23%) in CSS?
As HSL: color: hsl(32, 25%, 23%); — As HEX: color: #493C2C; — As RGB: color: rgb(73, 60, 44); — Tailwind CSS: bg-[hsl(32,25%,23%)] — CSS variable: --color-primary: hsl(32, 25%, 23%);