HSL(355, 30%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,30%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 30%, 60%) | color: hsl(355, 30%, 60%) | |
| HEX | #B87A80 | color: #B87A80 | |
| RGB | rgb(184, 122, 128) | color: rgb(184, 122, 128) | |
| CMYK | cmyk(0%, 34%, 30%, 28%) | — | |
| HSV | hsv(354, 34%, 72%) | — | |
| HWB | hwb(354 48% 28%) | color: hwb(354 48% 28%) | |
| OKLCH | oklch(0.6451 0.0779 13.13) | color: oklch(0.6451 0.0779 13.13) | |
| Lab | lab(57.72 25.01 6.7) | color: lab(57.72 25.01 6.7) | |
| LCH | lch(57.72 25.89 15) | color: lch(57.72 25.89 15) |
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)
#9D9D7F — rgb(157, 157, 127)
Deuteranopia (Green-blind)
#A1A57E — rgb(161, 165, 126)
Tritanopia (Blue-blind)
#B57D7D — rgb(181, 125, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 30%, 60%);
text
color: hsl(355, 30%, 60%);
border
border: 2px solid hsl(355, 30%, 60%);
gradient light
background: linear-gradient(to right, hsl(355, 30%, 80%), hsl(355, 30%, 60%));
gradient dark
background: linear-gradient(to right, hsl(355, 30%, 60%), hsl(355, 30%, 40%))
hex
background-color: #B87A80;
tailwind
bg-[hsl(355,30%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 30%, 60%, 0.4);
css variable
--color-primary: hsl(355, 30%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 30%, 60%)?
HEX: #B87A80 | RGB: rgb(184, 122, 128) | CMYK: 0%, 34%, 30%, 28% | HSV: 354°, 34%, 72%. Copy any format from the conversion table above.
What colors go well with #B87A80?
The complementary color is HSL(175, 30%, 60%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 30%, 60%) in CSS?
As HSL: color: hsl(355, 30%, 60%); — As HEX: color: #B87A80; — As RGB: color: rgb(184, 122, 128); — Tailwind CSS: bg-[hsl(355,30%,60%)] — CSS variable: --color-primary: hsl(355, 30%, 60%);