HSL(13, 40%, 55%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,40%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 40%, 55%) | color: hsl(13, 40%, 55%) | |
| HEX | #BA725E | color: #BA725E | |
| RGB | rgb(186, 114, 94) | color: rgb(186, 114, 94) | |
| CMYK | cmyk(0%, 39%, 49%, 27%) | — | |
| HSV | hsv(13, 49%, 73%) | — | |
| HWB | hwb(13 37% 27%) | color: hwb(13 37% 27%) | |
| OKLCH | oklch(0.6251 0.0965 36.31) | color: oklch(0.6251 0.0965 36.31) | |
| Lab | lab(55.36 26.23 23.09) | color: lab(55.36 26.23 23.09) | |
| LCH | lch(55.36 34.95 41.36) | color: lch(55.36 34.95 41.36) |
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)
#9B9A63 — rgb(155, 154, 99)
Deuteranopia (Green-blind)
#9FA464 — rgb(159, 164, 100)
Tritanopia (Blue-blind)
#B66768 — rgb(182, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 40%, 55%);
text
color: hsl(13, 40%, 55%);
border
border: 2px solid hsl(13, 40%, 55%);
gradient light
background: linear-gradient(to right, hsl(13, 40%, 75%), hsl(13, 40%, 55%));
gradient dark
background: linear-gradient(to right, hsl(13, 40%, 55%), hsl(13, 40%, 35%))
hex
background-color: #BA725E;
tailwind
bg-[hsl(13,40%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 40%, 55%, 0.4);
css variable
--color-primary: hsl(13, 40%, 55%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 40%, 55%)?
HEX: #BA725E | RGB: rgb(186, 114, 94) | CMYK: 0%, 39%, 49%, 27% | HSV: 13°, 49%, 73%. Copy any format from the conversion table above.
What colors go well with #BA725E?
The complementary color is HSL(193, 40%, 55%). 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, 40%, 55%) in CSS?
As HSL: color: hsl(13, 40%, 55%); — As HEX: color: #BA725E; — As RGB: color: rgb(186, 114, 94); — Tailwind CSS: bg-[hsl(13,40%,55%)] — CSS variable: --color-primary: hsl(13, 40%, 55%);