HSL(32, 38%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,38%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 38%, 35%) | color: hsl(32, 38%, 35%) | |
| HEX | #7B5C37 | color: #7B5C37 | |
| RGB | rgb(123, 92, 55) | color: rgb(123, 92, 55) | |
| CMYK | cmyk(0%, 25%, 55%, 52%) | — | |
| HSV | hsv(33, 55%, 48%) | — | |
| HWB | hwb(33 22% 52%) | color: hwb(33 22% 52%) | |
| OKLCH | oklch(0.4981 0.0664 70.23) | color: oklch(0.4981 0.0664 70.23) | |
| Lab | lab(41.44 7.93 26.06) | color: lab(41.44 7.93 26.06) | |
| LCH | lch(41.44 27.24 73.08) | color: lch(41.44 27.24 73.08) |
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)
#6E6D40 — rgb(110, 109, 64)
Deuteranopia (Green-blind)
#6F7242 — rgb(111, 114, 66)
Tritanopia (Blue-blind)
#794749 — rgb(121, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 38%, 35%);
text
color: hsl(32, 38%, 35%);
border
border: 2px solid hsl(32, 38%, 35%);
gradient light
background: linear-gradient(to right, hsl(32, 38%, 55%), hsl(32, 38%, 35%));
gradient dark
background: linear-gradient(to right, hsl(32, 38%, 35%), hsl(32, 38%, 15%))
hex
background-color: #7B5C37;
tailwind
bg-[hsl(32,38%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 38%, 35%, 0.4);
css variable
--color-primary: hsl(32, 38%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 38%, 35%)?
HEX: #7B5C37 | RGB: rgb(123, 92, 55) | CMYK: 0%, 25%, 55%, 52% | HSV: 33°, 55%, 48%. Copy any format from the conversion table above.
What colors go well with #7B5C37?
The complementary color is HSL(212, 38%, 35%). 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, 38%, 35%) in CSS?
As HSL: color: hsl(32, 38%, 35%); — As HEX: color: #7B5C37; — As RGB: color: rgb(123, 92, 55); — Tailwind CSS: bg-[hsl(32,38%,35%)] — CSS variable: --color-primary: hsl(32, 38%, 35%);