HSL(18, 83%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(18,83%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 83%, 34%) | color: hsl(18, 83%, 34%) | |
| HEX | #9F3A0F | color: #9F3A0F | |
| RGB | rgb(159, 58, 15) | color: rgb(159, 58, 15) | |
| CMYK | cmyk(0%, 64%, 91%, 38%) | — | |
| HSV | hsv(18, 91%, 62%) | — | |
| HWB | hwb(18 6% 38%) | color: hwb(18 6% 38%) | |
| OKLCH | oklch(0.4859 0.1435 39.92) | color: oklch(0.4859 0.1435 39.92) | |
| Lab | lab(38.61 40.11 44.88) | color: lab(38.61 40.11 44.88) | |
| LCH | lch(38.61 60.19 48.21) | color: lch(38.61 60.19 48.21) |
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)
#737219 — rgb(115, 114, 25)
Deuteranopia (Green-blind)
#79811C — rgb(121, 129, 28)
Tritanopia (Blue-blind)
#9A2223 — rgb(154, 34, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 83%, 34%);
text
color: hsl(18, 83%, 34%);
border
border: 2px solid hsl(18, 83%, 34%);
gradient light
background: linear-gradient(to right, hsl(18, 83%, 54%), hsl(18, 83%, 34%));
gradient dark
background: linear-gradient(to right, hsl(18, 83%, 34%), hsl(18, 83%, 14%))
hex
background-color: #9F3A0F;
tailwind
bg-[hsl(18,83%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 83%, 34%, 0.4);
css variable
--color-primary: hsl(18, 83%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(18, 83%, 34%)?
HEX: #9F3A0F | RGB: rgb(159, 58, 15) | CMYK: 0%, 64%, 91%, 38% | HSV: 18°, 91%, 62%. Copy any format from the conversion table above.
What colors go well with #9F3A0F?
The complementary color is HSL(198, 83%, 34%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 83%, 34%) in CSS?
As HSL: color: hsl(18, 83%, 34%); — As HEX: color: #9F3A0F; — As RGB: color: rgb(159, 58, 15); — Tailwind CSS: bg-[hsl(18,83%,34%)] — CSS variable: --color-primary: hsl(18, 83%, 34%);