HSL(16, 68%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,68%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 68%, 33%) | color: hsl(16, 68%, 33%) | |
| HEX | #8D391B | color: #8D391B | |
| RGB | rgb(141, 57, 27) | color: rgb(141, 57, 27) | |
| CMYK | cmyk(0%, 60%, 81%, 45%) | — | |
| HSV | hsv(16, 81%, 55%) | — | |
| HWB | hwb(16 10% 45%) | color: hwb(16 10% 45%) | |
| OKLCH | oklch(0.4554 0.1221 39.12) | color: oklch(0.4554 0.1221 39.12) | |
| Lab | lab(35.34 33.96 35.36) | color: lab(35.34 33.96 35.36) | |
| LCH | lch(35.34 49.03 46.16) | color: lch(35.34 49.03 46.16) |
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)
#696822 — rgb(105, 104, 34)
Deuteranopia (Green-blind)
#6E7424 — rgb(110, 116, 36)
Tritanopia (Blue-blind)
#892829 — rgb(137, 40, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 68%, 33%);
text
color: hsl(16, 68%, 33%);
border
border: 2px solid hsl(16, 68%, 33%);
gradient light
background: linear-gradient(to right, hsl(16, 68%, 53%), hsl(16, 68%, 33%));
gradient dark
background: linear-gradient(to right, hsl(16, 68%, 33%), hsl(16, 68%, 13%))
hex
background-color: #8D391B;
tailwind
bg-[hsl(16,68%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 68%, 33%, 0.4);
css variable
--color-primary: hsl(16, 68%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 68%, 33%)?
HEX: #8D391B | RGB: rgb(141, 57, 27) | CMYK: 0%, 60%, 81%, 45% | HSV: 16°, 81%, 55%. Copy any format from the conversion table above.
What colors go well with #8D391B?
The complementary color is HSL(196, 68%, 33%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 68%, 33%) in CSS?
As HSL: color: hsl(16, 68%, 33%); — As HEX: color: #8D391B; — As RGB: color: rgb(141, 57, 27); — Tailwind CSS: bg-[hsl(16,68%,33%)] — CSS variable: --color-primary: hsl(16, 68%, 33%);