HSL(37, 100%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,100%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 100%, 29%) | color: hsl(37, 100%, 29%) | |
| HEX | #945B00 | color: #945B00 | |
| RGB | rgb(148, 91, 0) | color: rgb(148, 91, 0) | |
| CMYK | cmyk(0%, 39%, 100%, 42%) | — | |
| HSV | hsv(37, 100%, 58%) | — | |
| HWB | hwb(37 0% 42%) | color: hwb(37 0% 42%) | |
| OKLCH | oklch(0.5229 0.1145 68.28) | color: oklch(0.5229 0.1145 68.28) | |
| Lab | lab(43.92 17.56 52.17) | color: lab(43.92 17.56 52.17) | |
| LCH | lch(43.92 55.05 71.4) | color: lch(43.92 55.05 71.4) |
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)
#7B7B16 — rgb(123, 123, 22)
Deuteranopia (Green-blind)
#7F831B — rgb(127, 131, 27)
Tritanopia (Blue-blind)
#91272B — rgb(145, 39, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 100%, 29%);
text
color: hsl(37, 100%, 29%);
border
border: 2px solid hsl(37, 100%, 29%);
gradient light
background: linear-gradient(to right, hsl(37, 100%, 49%), hsl(37, 100%, 29%));
gradient dark
background: linear-gradient(to right, hsl(37, 100%, 29%), hsl(37, 100%, 9%))
hex
background-color: #945B00;
tailwind
bg-[hsl(37,100%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 100%, 29%, 0.4);
css variable
--color-primary: hsl(37, 100%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 100%, 29%)?
HEX: #945B00 | RGB: rgb(148, 91, 0) | CMYK: 0%, 39%, 100%, 42% | HSV: 37°, 100%, 58%. Copy any format from the conversion table above.
What colors go well with #945B00?
The complementary color is HSL(217, 100%, 29%). 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, 100%, 29%) in CSS?
As HSL: color: hsl(37, 100%, 29%); — As HEX: color: #945B00; — As RGB: color: rgb(148, 91, 0); — Tailwind CSS: bg-[hsl(37,100%,29%)] — CSS variable: --color-primary: hsl(37, 100%, 29%);