HSL(32, 85%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,85%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 85%, 38%) | color: hsl(32, 85%, 38%) | |
| HEX | #B3660F | color: #B3660F | |
| RGB | rgb(179, 102, 15) | color: rgb(179, 102, 15) | |
| CMYK | cmyk(0%, 43%, 92%, 30%) | — | |
| HSV | hsv(32, 92%, 70%) | — | |
| HWB | hwb(32 6% 30%) | color: hwb(32 6% 30%) | |
| OKLCH | oklch(0.5855 0.132 60.51) | color: oklch(0.5855 0.132 60.51) | |
| Lab | lab(50.83 25.44 55.44) | color: lab(50.83 25.44 55.44) | |
| LCH | lch(50.83 61 65.35) | color: lch(50.83 61 65.35) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#929124 — rgb(146, 145, 36)
Deuteranopia (Green-blind)
#969C29 — rgb(150, 156, 41)
Tritanopia (Blue-blind)
#AF3538 — rgb(175, 53, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 85%, 38%);
text
color: hsl(32, 85%, 38%);
border
border: 2px solid hsl(32, 85%, 38%);
gradient light
background: linear-gradient(to right, hsl(32, 85%, 58%), hsl(32, 85%, 38%));
gradient dark
background: linear-gradient(to right, hsl(32, 85%, 38%), hsl(32, 85%, 18%))
hex
background-color: #B3660F;
tailwind
bg-[hsl(32,85%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 85%, 38%, 0.4);
css variable
--color-primary: hsl(32, 85%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 85%, 38%)?
HEX: #B3660F | RGB: rgb(179, 102, 15) | CMYK: 0%, 43%, 92%, 30% | HSV: 32°, 92%, 70%. Copy any format from the conversion table above.
What colors go well with #B3660F?
The complementary color is HSL(212, 85%, 38%). 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, 85%, 38%) in CSS?
As HSL: color: hsl(32, 85%, 38%); — As HEX: color: #B3660F; — As RGB: color: rgb(179, 102, 15); — Tailwind CSS: bg-[hsl(32,85%,38%)] — CSS variable: --color-primary: hsl(32, 85%, 38%);