HSL(33, 30%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,30%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 30%, 48%) | color: hsl(33, 30%, 48%) | |
| HEX | #9F7E56 | color: #9F7E56 | |
| RGB | rgb(159, 126, 86) | color: rgb(159, 126, 86) | |
| CMYK | cmyk(0%, 21%, 46%, 38%) | — | |
| HSV | hsv(33, 46%, 62%) | — | |
| HWB | hwb(33 33% 38%) | color: hwb(33 33% 38%) | |
| OKLCH | oklch(0.6151 0.0688 71.35) | color: oklch(0.6151 0.0688 71.35) | |
| Lab | lab(55.04 7.36 26.59) | color: lab(55.04 7.36 26.59) | |
| LCH | lch(55.04 27.59 74.53) | color: lch(55.04 27.59 74.53) |
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)
#919060 — rgb(145, 144, 96)
Deuteranopia (Green-blind)
#939562 — rgb(147, 149, 98)
Tritanopia (Blue-blind)
#9D6769 — rgb(157, 103, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 30%, 48%);
text
color: hsl(33, 30%, 48%);
border
border: 2px solid hsl(33, 30%, 48%);
gradient light
background: linear-gradient(to right, hsl(33, 30%, 68%), hsl(33, 30%, 48%));
gradient dark
background: linear-gradient(to right, hsl(33, 30%, 48%), hsl(33, 30%, 28%))
hex
background-color: #9F7E56;
tailwind
bg-[hsl(33,30%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 30%, 48%, 0.4);
css variable
--color-primary: hsl(33, 30%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 30%, 48%)?
HEX: #9F7E56 | RGB: rgb(159, 126, 86) | CMYK: 0%, 21%, 46%, 38% | HSV: 33°, 46%, 62%. Copy any format from the conversion table above.
What colors go well with #9F7E56?
The complementary color is HSL(213, 30%, 48%). 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, 30%, 48%) in CSS?
As HSL: color: hsl(33, 30%, 48%); — As HEX: color: #9F7E56; — As RGB: color: rgb(159, 126, 86); — Tailwind CSS: bg-[hsl(33,30%,48%)] — CSS variable: --color-primary: hsl(33, 30%, 48%);