HSL(32, 97%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,97%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 97%, 38%) | color: hsl(32, 97%, 38%) | |
| HEX | #BF6703 | color: #BF6703 | |
| RGB | rgb(191, 103, 3) | color: rgb(191, 103, 3) | |
| CMYK | cmyk(0%, 46%, 98%, 25%) | — | |
| HSV | hsv(32, 98%, 75%) | — | |
| HWB | hwb(32 2% 25%) | color: hwb(32 2% 25%) | |
| OKLCH | oklch(0.6034 0.1438 57.81) | color: oklch(0.6034 0.1438 57.81) | |
| Lab | lab(52.72 29.86 60.08) | color: lab(52.72 29.86 60.08) | |
| LCH | lch(52.72 67.09 63.57) | color: lch(52.72 67.09 63.57) |
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)
#99981B — rgb(153, 152, 27)
Deuteranopia (Green-blind)
#9EA521 — rgb(158, 165, 33)
Tritanopia (Blue-blind)
#BB2E33 — rgb(187, 46, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 97%, 38%);
text
color: hsl(32, 97%, 38%);
border
border: 2px solid hsl(32, 97%, 38%);
gradient light
background: linear-gradient(to right, hsl(32, 97%, 58%), hsl(32, 97%, 38%));
gradient dark
background: linear-gradient(to right, hsl(32, 97%, 38%), hsl(32, 97%, 18%))
hex
background-color: #BF6703;
tailwind
bg-[hsl(32,97%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 97%, 38%, 0.4);
css variable
--color-primary: hsl(32, 97%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 97%, 38%)?
HEX: #BF6703 | RGB: rgb(191, 103, 3) | CMYK: 0%, 46%, 98%, 25% | HSV: 32°, 98%, 75%. Copy any format from the conversion table above.
What colors go well with #BF6703?
The complementary color is HSL(212, 97%, 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, 97%, 38%) in CSS?
As HSL: color: hsl(32, 97%, 38%); — As HEX: color: #BF6703; — As RGB: color: rgb(191, 103, 3); — Tailwind CSS: bg-[hsl(32,97%,38%)] — CSS variable: --color-primary: hsl(32, 97%, 38%);