HSL(33, 50%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,50%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 50%, 33%) | color: hsl(33, 50%, 33%) | |
| HEX | #7E582A | color: #7E582A | |
| RGB | rgb(126, 88, 42) | color: rgb(126, 88, 42) | |
| CMYK | cmyk(0%, 30%, 67%, 51%) | — | |
| HSV | hsv(33, 67%, 49%) | — | |
| HWB | hwb(33 16% 51%) | color: hwb(33 16% 51%) | |
| OKLCH | oklch(0.4914 0.0797 69.23) | color: oklch(0.4914 0.0797 69.23) | |
| Lab | lab(40.55 10.62 32.32) | color: lab(40.55 10.62 32.32) | |
| LCH | lch(40.55 34.02 71.81) | color: lch(40.55 34.02 71.81) |
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)
#6E6D35 — rgb(110, 109, 53)
Deuteranopia (Green-blind)
#707338 — rgb(112, 115, 56)
Tritanopia (Blue-blind)
#7C3E40 — rgb(124, 62, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 50%, 33%);
text
color: hsl(33, 50%, 33%);
border
border: 2px solid hsl(33, 50%, 33%);
gradient light
background: linear-gradient(to right, hsl(33, 50%, 53%), hsl(33, 50%, 33%));
gradient dark
background: linear-gradient(to right, hsl(33, 50%, 33%), hsl(33, 50%, 13%))
hex
background-color: #7E582A;
tailwind
bg-[hsl(33,50%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 50%, 33%, 0.4);
css variable
--color-primary: hsl(33, 50%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 50%, 33%)?
HEX: #7E582A | RGB: rgb(126, 88, 42) | CMYK: 0%, 30%, 67%, 51% | HSV: 33°, 67%, 49%. Copy any format from the conversion table above.
What colors go well with #7E582A?
The complementary color is HSL(213, 50%, 33%). 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, 50%, 33%) in CSS?
As HSL: color: hsl(33, 50%, 33%); — As HEX: color: #7E582A; — As RGB: color: rgb(126, 88, 42); — Tailwind CSS: bg-[hsl(33,50%,33%)] — CSS variable: --color-primary: hsl(33, 50%, 33%);