HSL(35, 78%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,78%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 78%, 19%) | color: hsl(35, 78%, 19%) | |
| HEX | #56370B | color: #56370B | |
| RGB | rgb(86, 55, 11) | color: rgb(86, 55, 11) | |
| CMYK | cmyk(0%, 36%, 87%, 66%) | — | |
| HSV | hsv(35, 87%, 34%) | — | |
| HWB | hwb(35 4% 66%) | color: hwb(35 4% 66%) | |
| OKLCH | oklch(0.3653 0.0714 70.44) | color: oklch(0.3653 0.0714 70.44) | |
| Lab | lab(25.97 9.7 31.14) | color: lab(25.97 9.7 31.14) | |
| LCH | lch(25.97 32.62 72.7) | color: lch(25.97 32.62 72.7) |
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)
#494816 — rgb(73, 72, 22)
Deuteranopia (Green-blind)
#4A4D18 — rgb(74, 77, 24)
Tritanopia (Blue-blind)
#541E20 — rgb(84, 30, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 78%, 19%);
text
color: hsl(35, 78%, 19%);
border
border: 2px solid hsl(35, 78%, 19%);
gradient light
background: linear-gradient(to right, hsl(35, 78%, 39%), hsl(35, 78%, 19%));
gradient dark
background: linear-gradient(to right, hsl(35, 78%, 19%), hsl(35, 78%, 0%))
hex
background-color: #56370B;
tailwind
bg-[hsl(35,78%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 78%, 19%, 0.4);
css variable
--color-primary: hsl(35, 78%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 78%, 19%)?
HEX: #56370B | RGB: rgb(86, 55, 11) | CMYK: 0%, 36%, 87%, 66% | HSV: 35°, 87%, 34%. Copy any format from the conversion table above.
What colors go well with #56370B?
The complementary color is HSL(215, 78%, 19%). 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, 78%, 19%) in CSS?
As HSL: color: hsl(35, 78%, 19%); — As HEX: color: #56370B; — As RGB: color: rgb(86, 55, 11); — Tailwind CSS: bg-[hsl(35,78%,19%)] — CSS variable: --color-primary: hsl(35, 78%, 19%);