HSL(16, 52%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,52%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 52%, 48%) | color: hsl(16, 52%, 48%) | |
| HEX | #BA5D3B | color: #BA5D3B | |
| RGB | rgb(186, 93, 59) | color: rgb(186, 93, 59) | |
| CMYK | cmyk(0%, 50%, 68%, 27%) | — | |
| HSV | hsv(16, 68%, 73%) | — | |
| HWB | hwb(16 23% 27%) | color: hwb(16 23% 27%) | |
| OKLCH | oklch(0.5838 0.1295 40.27) | color: oklch(0.5838 0.1295 40.27) | |
| Lab | lab(50.2 34.83 36.33) | color: lab(50.2 34.83 36.33) | |
| LCH | lch(50.2 50.33 46.21) | color: lch(50.2 50.33 46.21) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#929143 — rgb(146, 145, 67)
Deuteranopia (Green-blind)
#979E45 — rgb(151, 158, 69)
Tritanopia (Blue-blind)
#B54A4B — rgb(181, 74, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 52%, 48%);
text
color: hsl(16, 52%, 48%);
border
border: 2px solid hsl(16, 52%, 48%);
gradient light
background: linear-gradient(to right, hsl(16, 52%, 68%), hsl(16, 52%, 48%));
gradient dark
background: linear-gradient(to right, hsl(16, 52%, 48%), hsl(16, 52%, 28%))
hex
background-color: #BA5D3B;
tailwind
bg-[hsl(16,52%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 52%, 48%, 0.4);
css variable
--color-primary: hsl(16, 52%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 52%, 48%)?
HEX: #BA5D3B | RGB: rgb(186, 93, 59) | CMYK: 0%, 50%, 68%, 27% | HSV: 16°, 68%, 73%. Copy any format from the conversion table above.
What colors go well with #BA5D3B?
The complementary color is HSL(196, 52%, 48%). 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, 52%, 48%) in CSS?
As HSL: color: hsl(16, 52%, 48%); — As HEX: color: #BA5D3B; — As RGB: color: rgb(186, 93, 59); — Tailwind CSS: bg-[hsl(16,52%,48%)] — CSS variable: --color-primary: hsl(16, 52%, 48%);