HSL(36, 97%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,97%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 97%, 34%) | color: hsl(36, 97%, 34%) | |
| HEX | #AB6803 | color: #AB6803 | |
| RGB | rgb(171, 104, 3) | color: rgb(171, 104, 3) | |
| CMYK | cmyk(0%, 39%, 98%, 33%) | — | |
| HSV | hsv(36, 98%, 67%) | — | |
| HWB | hwb(36 1% 33%) | color: hwb(36 1% 33%) | |
| OKLCH | oklch(0.5781 0.1273 66.59) | color: oklch(0.5781 0.1273 66.59) | |
| Lab | lab(50.18 20.64 57.07) | color: lab(50.18 20.64 57.07) | |
| LCH | lch(50.18 60.69 70.12) | color: lch(50.18 60.69 70.12) |
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)
#8E8D1B — rgb(142, 141, 27)
Deuteranopia (Green-blind)
#929721 — rgb(146, 151, 33)
Tritanopia (Blue-blind)
#A82F33 — rgb(168, 47, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 97%, 34%);
text
color: hsl(36, 97%, 34%);
border
border: 2px solid hsl(36, 97%, 34%);
gradient light
background: linear-gradient(to right, hsl(36, 97%, 54%), hsl(36, 97%, 34%));
gradient dark
background: linear-gradient(to right, hsl(36, 97%, 34%), hsl(36, 97%, 14%))
hex
background-color: #AB6803;
tailwind
bg-[hsl(36,97%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 97%, 34%, 0.4);
css variable
--color-primary: hsl(36, 97%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 97%, 34%)?
HEX: #AB6803 | RGB: rgb(171, 104, 3) | CMYK: 0%, 39%, 98%, 33% | HSV: 36°, 98%, 67%. Copy any format from the conversion table above.
What colors go well with #AB6803?
The complementary color is HSL(216, 97%, 34%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 97%, 34%) in CSS?
As HSL: color: hsl(36, 97%, 34%); — As HEX: color: #AB6803; — As RGB: color: rgb(171, 104, 3); — Tailwind CSS: bg-[hsl(36,97%,34%)] — CSS variable: --color-primary: hsl(36, 97%, 34%);