HSL(357, 18%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,18%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 18%, 66%) | color: hsl(357, 18%, 66%) | |
| HEX | #B8999A | color: #B8999A | |
| RGB | rgb(184, 153, 154) | color: rgb(184, 153, 154) | |
| CMYK | cmyk(0%, 17%, 16%, 28%) | — | |
| HSV | hsv(358, 17%, 72%) | — | |
| HWB | hwb(358 60% 28%) | color: hwb(358 60% 28%) | |
| OKLCH | oklch(0.7112 0.037 15.87) | color: oklch(0.7112 0.037 15.87) | |
| Lab | lab(65.99 11.66 3.79) | color: lab(65.99 11.66 3.79) | |
| LCH | lch(65.99 12.26 18.01) | color: lch(65.99 12.26 18.01) |
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)
#ABAA9A — rgb(171, 170, 154)
Deuteranopia (Green-blind)
#ACAF9A — rgb(172, 175, 154)
Tritanopia (Blue-blind)
#B69A9A — rgb(182, 154, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 18%, 66%);
text
color: hsl(357, 18%, 66%);
border
border: 2px solid hsl(357, 18%, 66%);
gradient light
background: linear-gradient(to right, hsl(357, 18%, 86%), hsl(357, 18%, 66%));
gradient dark
background: linear-gradient(to right, hsl(357, 18%, 66%), hsl(357, 18%, 46%))
hex
background-color: #B8999A;
tailwind
bg-[hsl(357,18%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 18%, 66%, 0.4);
css variable
--color-primary: hsl(357, 18%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 18%, 66%)?
HEX: #B8999A | RGB: rgb(184, 153, 154) | CMYK: 0%, 17%, 16%, 28% | HSV: 358°, 17%, 72%. Copy any format from the conversion table above.
What colors go well with #B8999A?
The complementary color is HSL(177, 18%, 66%). 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, 18%, 66%) in CSS?
As HSL: color: hsl(357, 18%, 66%); — As HEX: color: #B8999A; — As RGB: color: rgb(184, 153, 154); — Tailwind CSS: bg-[hsl(357,18%,66%)] — CSS variable: --color-primary: hsl(357, 18%, 66%);