HSL(35, 80%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,80%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 80%, 39%) | color: hsl(35, 80%, 39%) | |
| HEX | #B37114 | color: #B37114 | |
| RGB | rgb(179, 113, 20) | color: rgb(179, 113, 20) | |
| CMYK | cmyk(0%, 37%, 89%, 30%) | — | |
| HSV | hsv(35, 89%, 70%) | — | |
| HWB | hwb(35 8% 30%) | color: hwb(35 8% 30%) | |
| OKLCH | oklch(0.6057 0.1271 67.88) | color: oklch(0.6057 0.1271 67.88) | |
| Lab | lab(53.44 19.45 56.1) | color: lab(53.44 19.45 56.1) | |
| LCH | lch(53.44 59.38 70.88) | color: lch(53.44 59.38 70.88) |
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)
#96962B — rgb(150, 150, 43)
Deuteranopia (Green-blind)
#9A9F30 — rgb(154, 159, 48)
Tritanopia (Blue-blind)
#B03C40 — rgb(176, 60, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 80%, 39%);
text
color: hsl(35, 80%, 39%);
border
border: 2px solid hsl(35, 80%, 39%);
gradient light
background: linear-gradient(to right, hsl(35, 80%, 59%), hsl(35, 80%, 39%));
gradient dark
background: linear-gradient(to right, hsl(35, 80%, 39%), hsl(35, 80%, 19%))
hex
background-color: #B37114;
tailwind
bg-[hsl(35,80%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 80%, 39%, 0.4);
css variable
--color-primary: hsl(35, 80%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 80%, 39%)?
HEX: #B37114 | RGB: rgb(179, 113, 20) | CMYK: 0%, 37%, 89%, 30% | HSV: 35°, 89%, 70%. Copy any format from the conversion table above.
What colors go well with #B37114?
The complementary color is HSL(215, 80%, 39%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 80%, 39%) in CSS?
As HSL: color: hsl(35, 80%, 39%); — As HEX: color: #B37114; — As RGB: color: rgb(179, 113, 20); — Tailwind CSS: bg-[hsl(35,80%,39%)] — CSS variable: --color-primary: hsl(35, 80%, 39%);