HSL(33, 83%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,83%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 83%, 34%) | color: hsl(33, 83%, 34%) | |
| HEX | #9F5E0F | color: #9F5E0F | |
| RGB | rgb(159, 94, 15) | color: rgb(159, 94, 15) | |
| CMYK | cmyk(0%, 41%, 91%, 38%) | — | |
| HSV | hsv(33, 91%, 62%) | — | |
| HWB | hwb(33 6% 38%) | color: hwb(33 6% 38%) | |
| OKLCH | oklch(0.5439 0.1186 63.28) | color: oklch(0.5439 0.1186 63.28) | |
| Lab | lab(46.19 21.1 50.7) | color: lab(46.19 21.1 50.7) | |
| LCH | lch(46.19 54.92 67.4) | color: lch(46.19 54.92 67.4) |
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)
#838222 — rgb(131, 130, 34)
Deuteranopia (Green-blind)
#878C27 — rgb(135, 140, 39)
Tritanopia (Blue-blind)
#9C3135 — rgb(156, 49, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 83%, 34%);
text
color: hsl(33, 83%, 34%);
border
border: 2px solid hsl(33, 83%, 34%);
gradient light
background: linear-gradient(to right, hsl(33, 83%, 54%), hsl(33, 83%, 34%));
gradient dark
background: linear-gradient(to right, hsl(33, 83%, 34%), hsl(33, 83%, 14%))
hex
background-color: #9F5E0F;
tailwind
bg-[hsl(33,83%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 83%, 34%, 0.4);
css variable
--color-primary: hsl(33, 83%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 83%, 34%)?
HEX: #9F5E0F | RGB: rgb(159, 94, 15) | CMYK: 0%, 41%, 91%, 38% | HSV: 33°, 91%, 62%. Copy any format from the conversion table above.
What colors go well with #9F5E0F?
The complementary color is HSL(213, 83%, 34%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 83%, 34%) in CSS?
As HSL: color: hsl(33, 83%, 34%); — As HEX: color: #9F5E0F; — As RGB: color: rgb(159, 94, 15); — Tailwind CSS: bg-[hsl(33,83%,34%)] — CSS variable: --color-primary: hsl(33, 83%, 34%);