HSL(37, 96%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,96%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 96%, 37%) | color: hsl(37, 96%, 37%) | |
| HEX | #B97304 | color: #B97304 | |
| RGB | rgb(185, 115, 4) | color: rgb(185, 115, 4) | |
| CMYK | cmyk(0%, 38%, 98%, 27%) | — | |
| HSV | hsv(37, 98%, 73%) | — | |
| HWB | hwb(37 1% 27%) | color: hwb(37 1% 27%) | |
| OKLCH | oklch(0.6166 0.1343 68) | color: oklch(0.6166 0.1343 68) | |
| Lab | lab(54.64 20.75 60.75) | color: lab(54.64 20.75 60.75) | |
| LCH | lch(54.64 64.2 71.14) | color: lch(54.64 64.2 71.14) |
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)
#9B9A1F — rgb(155, 154, 31)
Deuteranopia (Green-blind)
#9FA425 — rgb(159, 164, 37)
Tritanopia (Blue-blind)
#B63439 — rgb(182, 52, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 96%, 37%);
text
color: hsl(37, 96%, 37%);
border
border: 2px solid hsl(37, 96%, 37%);
gradient light
background: linear-gradient(to right, hsl(37, 96%, 57%), hsl(37, 96%, 37%));
gradient dark
background: linear-gradient(to right, hsl(37, 96%, 37%), hsl(37, 96%, 17%))
hex
background-color: #B97304;
tailwind
bg-[hsl(37,96%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 96%, 37%, 0.4);
css variable
--color-primary: hsl(37, 96%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 96%, 37%)?
HEX: #B97304 | RGB: rgb(185, 115, 4) | CMYK: 0%, 38%, 98%, 27% | HSV: 37°, 98%, 73%. Copy any format from the conversion table above.
What colors go well with #B97304?
The complementary color is HSL(217, 96%, 37%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 96%, 37%) in CSS?
As HSL: color: hsl(37, 96%, 37%); — As HEX: color: #B97304; — As RGB: color: rgb(185, 115, 4); — Tailwind CSS: bg-[hsl(37,96%,37%)] — CSS variable: --color-primary: hsl(37, 96%, 37%);