HSL(30, 50%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,50%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 50%, 36%) | color: hsl(30, 50%, 36%) | |
| HEX | #8A5C2E | color: #8A5C2E | |
| RGB | rgb(138, 92, 46) | color: rgb(138, 92, 46) | |
| CMYK | cmyk(0%, 33%, 67%, 46%) | — | |
| HSV | hsv(30, 67%, 54%) | — | |
| HWB | hwb(30 18% 46%) | color: hwb(30 18% 46%) | |
| OKLCH | oklch(0.5151 0.0863 63.76) | color: oklch(0.5151 0.0863 63.76) | |
| Lab | lab(43.15 14.07 33.54) | color: lab(43.15 14.07 33.54) | |
| LCH | lch(43.15 36.37 67.24) | color: lch(43.15 36.37 67.24) |
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)
#767639 — rgb(118, 118, 57)
Deuteranopia (Green-blind)
#797C3C — rgb(121, 124, 60)
Tritanopia (Blue-blind)
#884244 — rgb(136, 66, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 50%, 36%);
text
color: hsl(30, 50%, 36%);
border
border: 2px solid hsl(30, 50%, 36%);
gradient light
background: linear-gradient(to right, hsl(30, 50%, 56%), hsl(30, 50%, 36%));
gradient dark
background: linear-gradient(to right, hsl(30, 50%, 36%), hsl(30, 50%, 16%))
hex
background-color: #8A5C2E;
tailwind
bg-[hsl(30,50%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 50%, 36%, 0.4);
css variable
--color-primary: hsl(30, 50%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 50%, 36%)?
HEX: #8A5C2E | RGB: rgb(138, 92, 46) | CMYK: 0%, 33%, 67%, 46% | HSV: 30°, 67%, 54%. Copy any format from the conversion table above.
What colors go well with #8A5C2E?
The complementary color is HSL(210, 50%, 36%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 50%, 36%) in CSS?
As HSL: color: hsl(30, 50%, 36%); — As HEX: color: #8A5C2E; — As RGB: color: rgb(138, 92, 46); — Tailwind CSS: bg-[hsl(30,50%,36%)] — CSS variable: --color-primary: hsl(30, 50%, 36%);