HSL(15, 70%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,70%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 70%, 34%) | color: hsl(15, 70%, 34%) | |
| HEX | #93381A | color: #93381A | |
| RGB | rgb(147, 56, 26) | color: rgb(147, 56, 26) | |
| CMYK | cmyk(0%, 62%, 82%, 42%) | — | |
| HSV | hsv(15, 82%, 58%) | — | |
| HWB | hwb(15 10% 42%) | color: hwb(15 10% 42%) | |
| OKLCH | oklch(0.4638 0.13 37.92) | color: oklch(0.4638 0.13 37.92) | |
| Lab | lab(36.19 36.78 37.06) | color: lab(36.19 36.78 37.06) | |
| LCH | lch(36.19 52.21 45.22) | color: lch(36.19 52.21 45.22) |
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)
#6C6B21 — rgb(108, 107, 33)
Deuteranopia (Green-blind)
#717823 — rgb(113, 120, 35)
Tritanopia (Blue-blind)
#8E2728 — rgb(142, 39, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 70%, 34%);
text
color: hsl(15, 70%, 34%);
border
border: 2px solid hsl(15, 70%, 34%);
gradient light
background: linear-gradient(to right, hsl(15, 70%, 54%), hsl(15, 70%, 34%));
gradient dark
background: linear-gradient(to right, hsl(15, 70%, 34%), hsl(15, 70%, 14%))
hex
background-color: #93381A;
tailwind
bg-[hsl(15,70%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 70%, 34%, 0.4);
css variable
--color-primary: hsl(15, 70%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 70%, 34%)?
HEX: #93381A | RGB: rgb(147, 56, 26) | CMYK: 0%, 62%, 82%, 42% | HSV: 15°, 82%, 58%. Copy any format from the conversion table above.
What colors go well with #93381A?
The complementary color is HSL(195, 70%, 34%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 70%, 34%) in CSS?
As HSL: color: hsl(15, 70%, 34%); — As HEX: color: #93381A; — As RGB: color: rgb(147, 56, 26); — Tailwind CSS: bg-[hsl(15,70%,34%)] — CSS variable: --color-primary: hsl(15, 70%, 34%);