HSL(32, 91%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,91%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 91%, 15%) | color: hsl(32, 91%, 15%) | |
| HEX | #492903 | color: #492903 | |
| RGB | rgb(73, 41, 3) | color: rgb(73, 41, 3) | |
| CMYK | cmyk(0%, 44%, 96%, 71%) | — | |
| HSV | hsv(33, 96%, 29%) | — | |
| HWB | hwb(33 1% 71%) | color: hwb(33 1% 71%) | |
| OKLCH | oklch(0.3154 0.0682 64.41) | color: oklch(0.3154 0.0682 64.41) | |
| Lab | lab(20.08 11.73 27.76) | color: lab(20.08 11.73 27.76) | |
| LCH | lch(20.08 30.14 67.09) | color: lch(20.08 30.14 67.09) |
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)
#3B3B0C — rgb(59, 59, 12)
Deuteranopia (Green-blind)
#3D3F0E — rgb(61, 63, 14)
Tritanopia (Blue-blind)
#471315 — rgb(71, 19, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 91%, 15%);
text
color: hsl(32, 91%, 15%);
border
border: 2px solid hsl(32, 91%, 15%);
gradient light
background: linear-gradient(to right, hsl(32, 91%, 35%), hsl(32, 91%, 15%));
gradient dark
background: linear-gradient(to right, hsl(32, 91%, 15%), hsl(32, 91%, 0%))
hex
background-color: #492903;
tailwind
bg-[hsl(32,91%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 91%, 15%, 0.4);
css variable
--color-primary: hsl(32, 91%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 91%, 15%)?
HEX: #492903 | RGB: rgb(73, 41, 3) | CMYK: 0%, 44%, 96%, 71% | HSV: 33°, 96%, 29%. Copy any format from the conversion table above.
What colors go well with #492903?
The complementary color is HSL(212, 91%, 15%). 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, 91%, 15%) in CSS?
As HSL: color: hsl(32, 91%, 15%); — As HEX: color: #492903; — As RGB: color: rgb(73, 41, 3); — Tailwind CSS: bg-[hsl(32,91%,15%)] — CSS variable: --color-primary: hsl(32, 91%, 15%);