HSL(32, 83%, 17%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,83%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 83%, 17%) | color: hsl(32, 83%, 17%) | |
| HEX | #4F2E07 | color: #4F2E07 | |
| RGB | rgb(79, 46, 7) | color: rgb(79, 46, 7) | |
| CMYK | cmyk(0%, 42%, 91%, 69%) | — | |
| HSV | hsv(33, 91%, 31%) | — | |
| HWB | hwb(33 3% 69%) | color: hwb(33 3% 69%) | |
| OKLCH | oklch(0.3355 0.0696 64.62) | color: oklch(0.3355 0.0696 64.62) | |
| Lab | lab(22.42 11.75 28.94) | color: lab(22.42 11.75 28.94) | |
| LCH | lch(22.42 31.23 67.9) | color: lch(22.42 31.23 67.9) |
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)
#414010 — rgb(65, 64, 16)
Deuteranopia (Green-blind)
#434513 — rgb(67, 69, 19)
Tritanopia (Blue-blind)
#4D181A — rgb(77, 24, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 83%, 17%);
text
color: hsl(32, 83%, 17%);
border
border: 2px solid hsl(32, 83%, 17%);
gradient light
background: linear-gradient(to right, hsl(32, 83%, 37%), hsl(32, 83%, 17%));
gradient dark
background: linear-gradient(to right, hsl(32, 83%, 17%), hsl(32, 83%, 0%))
hex
background-color: #4F2E07;
tailwind
bg-[hsl(32,83%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 83%, 17%, 0.4);
css variable
--color-primary: hsl(32, 83%, 17%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 83%, 17%)?
HEX: #4F2E07 | RGB: rgb(79, 46, 7) | CMYK: 0%, 42%, 91%, 69% | HSV: 33°, 91%, 31%. Copy any format from the conversion table above.
What colors go well with #4F2E07?
The complementary color is HSL(212, 83%, 17%). 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, 83%, 17%) in CSS?
As HSL: color: hsl(32, 83%, 17%); — As HEX: color: #4F2E07; — As RGB: color: rgb(79, 46, 7); — Tailwind CSS: bg-[hsl(32,83%,17%)] — CSS variable: --color-primary: hsl(32, 83%, 17%);