HSL(35, 70%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,70%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 70%, 19%) | color: hsl(35, 70%, 19%) | |
| HEX | #52360F | color: #52360F | |
| RGB | rgb(82, 54, 15) | color: rgb(82, 54, 15) | |
| CMYK | cmyk(0%, 34%, 82%, 68%) | — | |
| HSV | hsv(35, 82%, 32%) | — | |
| HWB | hwb(35 6% 68%) | color: hwb(35 6% 68%) | |
| OKLCH | oklch(0.3579 0.0661 71.24) | color: oklch(0.3579 0.0661 71.24) | |
| Lab | lab(25.16 8.5 28.3) | color: lab(25.16 8.5 28.3) | |
| LCH | lch(25.16 29.55 73.28) | color: lch(25.16 29.55 73.28) |
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)
#464618 — rgb(70, 70, 24)
Deuteranopia (Green-blind)
#484A1B — rgb(72, 74, 27)
Tritanopia (Blue-blind)
#512022 — rgb(81, 32, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 70%, 19%);
text
color: hsl(35, 70%, 19%);
border
border: 2px solid hsl(35, 70%, 19%);
gradient light
background: linear-gradient(to right, hsl(35, 70%, 39%), hsl(35, 70%, 19%));
gradient dark
background: linear-gradient(to right, hsl(35, 70%, 19%), hsl(35, 70%, 0%))
hex
background-color: #52360F;
tailwind
bg-[hsl(35,70%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 70%, 19%, 0.4);
css variable
--color-primary: hsl(35, 70%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 70%, 19%)?
HEX: #52360F | RGB: rgb(82, 54, 15) | CMYK: 0%, 34%, 82%, 68% | HSV: 35°, 82%, 32%. Copy any format from the conversion table above.
What colors go well with #52360F?
The complementary color is HSL(215, 70%, 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, 70%, 19%) in CSS?
As HSL: color: hsl(35, 70%, 19%); — As HEX: color: #52360F; — As RGB: color: rgb(82, 54, 15); — Tailwind CSS: bg-[hsl(35,70%,19%)] — CSS variable: --color-primary: hsl(35, 70%, 19%);