HSL(19, 89%, 32%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,89%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 89%, 32%) | color: hsl(19, 89%, 32%) | |
| HEX | #9A3709 | color: #9A3709 | |
| RGB | rgb(154, 55, 9) | color: rgb(154, 55, 9) | |
| CMYK | cmyk(0%, 64%, 94%, 40%) | — | |
| HSV | hsv(19, 94%, 60%) | — | |
| HWB | hwb(19 4% 40%) | color: hwb(19 4% 40%) | |
| OKLCH | oklch(0.4732 0.1418 40.39) | color: oklch(0.4732 0.1418 40.39) | |
| Lab | lab(37.16 39.52 45.48) | color: lab(37.16 39.52 45.48) | |
| LCH | lch(37.16 60.25 49.01) | color: lch(37.16 60.25 49.01) |
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)
#6F6E14 — rgb(111, 110, 20)
Deuteranopia (Green-blind)
#757C17 — rgb(117, 124, 23)
Tritanopia (Blue-blind)
#951D1F — rgb(149, 29, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 89%, 32%);
text
color: hsl(19, 89%, 32%);
border
border: 2px solid hsl(19, 89%, 32%);
gradient light
background: linear-gradient(to right, hsl(19, 89%, 52%), hsl(19, 89%, 32%));
gradient dark
background: linear-gradient(to right, hsl(19, 89%, 32%), hsl(19, 89%, 12%))
hex
background-color: #9A3709;
tailwind
bg-[hsl(19,89%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 89%, 32%, 0.4);
css variable
--color-primary: hsl(19, 89%, 32%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 89%, 32%)?
HEX: #9A3709 | RGB: rgb(154, 55, 9) | CMYK: 0%, 64%, 94%, 40% | HSV: 19°, 94%, 60%. Copy any format from the conversion table above.
What colors go well with #9A3709?
The complementary color is HSL(199, 89%, 32%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 89%, 32%) in CSS?
As HSL: color: hsl(19, 89%, 32%); — As HEX: color: #9A3709; — As RGB: color: rgb(154, 55, 9); — Tailwind CSS: bg-[hsl(19,89%,32%)] — CSS variable: --color-primary: hsl(19, 89%, 32%);