HSL(353, 28%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(353,28%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 28%, 60%) | color: hsl(353, 28%, 60%) | |
| HEX | #B67C83 | color: #B67C83 | |
| RGB | rgb(182, 124, 131) | color: rgb(182, 124, 131) | |
| CMYK | cmyk(0%, 32%, 28%, 29%) | — | |
| HSV | hsv(353, 32%, 71%) | — | |
| HWB | hwb(353 48% 29%) | color: hwb(353 48% 29%) | |
| OKLCH | oklch(0.6473 0.0729 11.35) | color: oklch(0.6473 0.0729 11.35) | |
| Lab | lab(58.04 23.54 5.39) | color: lab(58.04 23.54 5.39) | |
| LCH | lch(58.04 24.15 12.9) | color: lch(58.04 24.15 12.9) |
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)
#9D9C81 — rgb(157, 156, 129)
Deuteranopia (Green-blind)
#A0A581 — rgb(160, 165, 129)
Tritanopia (Blue-blind)
#B38080 — rgb(179, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 28%, 60%);
text
color: hsl(353, 28%, 60%);
border
border: 2px solid hsl(353, 28%, 60%);
gradient light
background: linear-gradient(to right, hsl(353, 28%, 80%), hsl(353, 28%, 60%));
gradient dark
background: linear-gradient(to right, hsl(353, 28%, 60%), hsl(353, 28%, 40%))
hex
background-color: #B67C83;
tailwind
bg-[hsl(353,28%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 28%, 60%, 0.4);
css variable
--color-primary: hsl(353, 28%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(353, 28%, 60%)?
HEX: #B67C83 | RGB: rgb(182, 124, 131) | CMYK: 0%, 32%, 28%, 29% | HSV: 353°, 32%, 71%. Copy any format from the conversion table above.
What colors go well with #B67C83?
The complementary color is HSL(173, 28%, 60%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 28%, 60%) in CSS?
As HSL: color: hsl(353, 28%, 60%); — As HEX: color: #B67C83; — As RGB: color: rgb(182, 124, 131); — Tailwind CSS: bg-[hsl(353,28%,60%)] — CSS variable: --color-primary: hsl(353, 28%, 60%);