HSL(37, 84%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,84%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 84%, 35%) | color: hsl(37, 84%, 35%) | |
| HEX | #A46B0E | color: #A46B0E | |
| RGB | rgb(164, 107, 14) | color: rgb(164, 107, 14) | |
| CMYK | cmyk(0%, 35%, 91%, 36%) | — | |
| HSV | hsv(37, 91%, 64%) | — | |
| HWB | hwb(37 6% 36%) | color: hwb(37 6% 36%) | |
| OKLCH | oklch(0.5751 0.1195 71.44) | color: oklch(0.5751 0.1195 71.44) | |
| Lab | lab(50.03 15.97 54.2) | color: lab(50.03 15.97 54.2) | |
| LCH | lch(50.03 56.5 73.58) | color: lch(50.03 56.5 73.58) |
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)
#8B8B25 — rgb(139, 139, 37)
Deuteranopia (Green-blind)
#8F932A — rgb(143, 147, 42)
Tritanopia (Blue-blind)
#A1363A — rgb(161, 54, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 84%, 35%);
text
color: hsl(37, 84%, 35%);
border
border: 2px solid hsl(37, 84%, 35%);
gradient light
background: linear-gradient(to right, hsl(37, 84%, 55%), hsl(37, 84%, 35%));
gradient dark
background: linear-gradient(to right, hsl(37, 84%, 35%), hsl(37, 84%, 15%))
hex
background-color: #A46B0E;
tailwind
bg-[hsl(37,84%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 84%, 35%, 0.4);
css variable
--color-primary: hsl(37, 84%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 84%, 35%)?
HEX: #A46B0E | RGB: rgb(164, 107, 14) | CMYK: 0%, 35%, 91%, 36% | HSV: 37°, 91%, 64%. Copy any format from the conversion table above.
What colors go well with #A46B0E?
The complementary color is HSL(217, 84%, 35%). 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, 84%, 35%) in CSS?
As HSL: color: hsl(37, 84%, 35%); — As HEX: color: #A46B0E; — As RGB: color: rgb(164, 107, 14); — Tailwind CSS: bg-[hsl(37,84%,35%)] — CSS variable: --color-primary: hsl(37, 84%, 35%);