HSL(13, 28%, 58%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,28%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 28%, 58%) | color: hsl(13, 28%, 58%) | |
| HEX | #B28376 | color: #B28376 | |
| RGB | rgb(178, 131, 118) | color: rgb(178, 131, 118) | |
| CMYK | cmyk(0%, 26%, 34%, 30%) | — | |
| HSV | hsv(13, 34%, 70%) | — | |
| HWB | hwb(13 46% 30%) | color: hwb(13 46% 30%) | |
| OKLCH | oklch(0.6525 0.0616 36.04) | color: oklch(0.6525 0.0616 36.04) | |
| Lab | lab(58.98 16.28 14.13) | color: lab(58.98 16.28 14.13) | |
| LCH | lch(58.98 21.56 40.96) | color: lch(58.98 21.56 40.96) |
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)
#9E9D79 — rgb(158, 157, 121)
Deuteranopia (Green-blind)
#A0A47A — rgb(160, 164, 122)
Tritanopia (Blue-blind)
#B07C7C — rgb(176, 124, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 28%, 58%);
text
color: hsl(13, 28%, 58%);
border
border: 2px solid hsl(13, 28%, 58%);
gradient light
background: linear-gradient(to right, hsl(13, 28%, 78%), hsl(13, 28%, 58%));
gradient dark
background: linear-gradient(to right, hsl(13, 28%, 58%), hsl(13, 28%, 38%))
hex
background-color: #B28376;
tailwind
bg-[hsl(13,28%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 28%, 58%, 0.4);
css variable
--color-primary: hsl(13, 28%, 58%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 28%, 58%)?
HEX: #B28376 | RGB: rgb(178, 131, 118) | CMYK: 0%, 26%, 34%, 30% | HSV: 13°, 34%, 70%. Copy any format from the conversion table above.
What colors go well with #B28376?
The complementary color is HSL(193, 28%, 58%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 28%, 58%) in CSS?
As HSL: color: hsl(13, 28%, 58%); — As HEX: color: #B28376; — As RGB: color: rgb(178, 131, 118); — Tailwind CSS: bg-[hsl(13,28%,58%)] — CSS variable: --color-primary: hsl(13, 28%, 58%);