HSL(35, 80%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,80%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 80%, 37%) | color: hsl(35, 80%, 37%) | |
| HEX | #AA6B13 | color: #AA6B13 | |
| RGB | rgb(170, 107, 19) | color: rgb(170, 107, 19) | |
| CMYK | cmyk(0%, 37%, 89%, 33%) | — | |
| HSV | hsv(35, 89%, 67%) | — | |
| HWB | hwb(35 7% 33%) | color: hwb(35 7% 33%) | |
| OKLCH | oklch(0.5829 0.1222 67.74) | color: oklch(0.5829 0.1222 67.74) | |
| Lab | lab(50.82 18.78 53.81) | color: lab(50.82 18.78 53.81) | |
| LCH | lch(50.82 56.99 70.76) | color: lch(50.82 56.99 70.76) |
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)
#8F8E28 — rgb(143, 142, 40)
Deuteranopia (Green-blind)
#92972D — rgb(146, 151, 45)
Tritanopia (Blue-blind)
#A7393D — rgb(167, 57, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 80%, 37%);
text
color: hsl(35, 80%, 37%);
border
border: 2px solid hsl(35, 80%, 37%);
gradient light
background: linear-gradient(to right, hsl(35, 80%, 57%), hsl(35, 80%, 37%));
gradient dark
background: linear-gradient(to right, hsl(35, 80%, 37%), hsl(35, 80%, 17%))
hex
background-color: #AA6B13;
tailwind
bg-[hsl(35,80%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 80%, 37%, 0.4);
css variable
--color-primary: hsl(35, 80%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 80%, 37%)?
HEX: #AA6B13 | RGB: rgb(170, 107, 19) | CMYK: 0%, 37%, 89%, 33% | HSV: 35°, 89%, 67%. Copy any format from the conversion table above.
What colors go well with #AA6B13?
The complementary color is HSL(215, 80%, 37%). 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%, 37%) in CSS?
As HSL: color: hsl(35, 80%, 37%); — As HEX: color: #AA6B13; — As RGB: color: rgb(170, 107, 19); — Tailwind CSS: bg-[hsl(35,80%,37%)] — CSS variable: --color-primary: hsl(35, 80%, 37%);