HSL(35, 65%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,65%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 65%, 33%) | color: hsl(35, 65%, 33%) | |
| HEX | #8B5D1D | color: #8B5D1D | |
| RGB | rgb(139, 93, 29) | color: rgb(139, 93, 29) | |
| CMYK | cmyk(0%, 33%, 79%, 45%) | — | |
| HSV | hsv(35, 79%, 55%) | — | |
| HWB | hwb(35 12% 45%) | color: hwb(35 12% 45%) | |
| OKLCH | oklch(0.5166 0.0978 70.7) | color: oklch(0.5166 0.0978 70.7) | |
| Lab | lab(43.37 12.99 42.15) | color: lab(43.37 12.99 42.15) | |
| LCH | lch(43.37 44.11 72.87) | color: lch(43.37 44.11 72.87) |
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)
#77772C — rgb(119, 119, 44)
Deuteranopia (Green-blind)
#7A7D30 — rgb(122, 125, 48)
Tritanopia (Blue-blind)
#89393B — rgb(137, 57, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 65%, 33%);
text
color: hsl(35, 65%, 33%);
border
border: 2px solid hsl(35, 65%, 33%);
gradient light
background: linear-gradient(to right, hsl(35, 65%, 53%), hsl(35, 65%, 33%));
gradient dark
background: linear-gradient(to right, hsl(35, 65%, 33%), hsl(35, 65%, 13%))
hex
background-color: #8B5D1D;
tailwind
bg-[hsl(35,65%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 65%, 33%, 0.4);
css variable
--color-primary: hsl(35, 65%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 65%, 33%)?
HEX: #8B5D1D | RGB: rgb(139, 93, 29) | CMYK: 0%, 33%, 79%, 45% | HSV: 35°, 79%, 55%. Copy any format from the conversion table above.
What colors go well with #8B5D1D?
The complementary color is HSL(215, 65%, 33%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 65%, 33%) in CSS?
As HSL: color: hsl(35, 65%, 33%); — As HEX: color: #8B5D1D; — As RGB: color: rgb(139, 93, 29); — Tailwind CSS: bg-[hsl(35,65%,33%)] — CSS variable: --color-primary: hsl(35, 65%, 33%);