HSL(17, 31%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,31%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 31%, 24%) | color: hsl(17, 31%, 24%) | |
| HEX | #50352A | color: #50352A | |
| RGB | rgb(80, 53, 42) | color: rgb(80, 53, 42) | |
| CMYK | cmyk(0%, 34%, 48%, 69%) | — | |
| HSV | hsv(17, 48%, 31%) | — | |
| HWB | hwb(17 16% 69%) | color: hwb(17 16% 69%) | |
| OKLCH | oklch(0.3575 0.0434 43.02) | color: oklch(0.3575 0.0434 43.02) | |
| Lab | lab(25.01 10.57 11.82) | color: lab(25.01 10.57 11.82) | |
| LCH | lch(25.01 15.86 48.2) | color: lch(25.01 15.86 48.2) |
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)
#44442D — rgb(68, 68, 45)
Deuteranopia (Green-blind)
#46482D — rgb(70, 72, 45)
Tritanopia (Blue-blind)
#4F2F2F — rgb(79, 47, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 31%, 24%);
text
color: hsl(17, 31%, 24%);
border
border: 2px solid hsl(17, 31%, 24%);
gradient light
background: linear-gradient(to right, hsl(17, 31%, 44%), hsl(17, 31%, 24%));
gradient dark
background: linear-gradient(to right, hsl(17, 31%, 24%), hsl(17, 31%, 4%))
hex
background-color: #50352A;
tailwind
bg-[hsl(17,31%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 31%, 24%, 0.4);
css variable
--color-primary: hsl(17, 31%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 31%, 24%)?
HEX: #50352A | RGB: rgb(80, 53, 42) | CMYK: 0%, 34%, 48%, 69% | HSV: 17°, 48%, 31%. Copy any format from the conversion table above.
What colors go well with #50352A?
The complementary color is HSL(197, 31%, 24%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 31%, 24%) in CSS?
As HSL: color: hsl(17, 31%, 24%); — As HEX: color: #50352A; — As RGB: color: rgb(80, 53, 42); — Tailwind CSS: bg-[hsl(17,31%,24%)] — CSS variable: --color-primary: hsl(17, 31%, 24%);