HSL(357, 22%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,22%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 22%, 64%) | color: hsl(357, 22%, 64%) | |
| HEX | #B78F91 | color: #B78F91 | |
| RGB | rgb(183, 143, 145) | color: rgb(183, 143, 145) | |
| CMYK | cmyk(0%, 22%, 21%, 28%) | — | |
| HSV | hsv(357, 22%, 72%) | — | |
| HWB | hwb(357 56% 28%) | color: hwb(357 56% 28%) | |
| OKLCH | oklch(0.6881 0.0486 15.05) | color: oklch(0.6881 0.0486 15.05) | |
| Lab | lab(63.14 15.41 4.74) | color: lab(63.14 15.41 4.74) | |
| LCH | lch(63.14 16.12 17.1) | color: lch(63.14 16.12 17.1) |
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)
#A6A591 — rgb(166, 165, 145)
Deuteranopia (Green-blind)
#A8AB90 — rgb(168, 171, 144)
Tritanopia (Blue-blind)
#B59090 — rgb(181, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 22%, 64%);
text
color: hsl(357, 22%, 64%);
border
border: 2px solid hsl(357, 22%, 64%);
gradient light
background: linear-gradient(to right, hsl(357, 22%, 84%), hsl(357, 22%, 64%));
gradient dark
background: linear-gradient(to right, hsl(357, 22%, 64%), hsl(357, 22%, 44%))
hex
background-color: #B78F91;
tailwind
bg-[hsl(357,22%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 22%, 64%, 0.4);
css variable
--color-primary: hsl(357, 22%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 22%, 64%)?
HEX: #B78F91 | RGB: rgb(183, 143, 145) | CMYK: 0%, 22%, 21%, 28% | HSV: 357°, 22%, 72%. Copy any format from the conversion table above.
What colors go well with #B78F91?
The complementary color is HSL(177, 22%, 64%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 22%, 64%) in CSS?
As HSL: color: hsl(357, 22%, 64%); — As HEX: color: #B78F91; — As RGB: color: rgb(183, 143, 145); — Tailwind CSS: bg-[hsl(357,22%,64%)] — CSS variable: --color-primary: hsl(357, 22%, 64%);