HSL(352, 22%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,22%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 22%, 66%) | color: hsl(352, 22%, 66%) | |
| HEX | #BB959A | color: #BB959A | |
| RGB | rgb(187, 149, 154) | color: rgb(187, 149, 154) | |
| CMYK | cmyk(0%, 20%, 18%, 27%) | — | |
| HSV | hsv(352, 20%, 73%) | — | |
| HWB | hwb(352 58% 27%) | color: hwb(352 58% 27%) | |
| OKLCH | oklch(0.7064 0.0461 9.45) | color: oklch(0.7064 0.0461 9.45) | |
| Lab | lab(65.27 15.01 2.8) | color: lab(65.27 15.01 2.8) | |
| LCH | lch(65.27 15.27 10.57) | color: lch(65.27 15.27 10.57) |
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)
#ABAA99 — rgb(171, 170, 153)
Deuteranopia (Green-blind)
#ADB099 — rgb(173, 176, 153)
Tritanopia (Blue-blind)
#B99898 — rgb(185, 152, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 22%, 66%);
text
color: hsl(352, 22%, 66%);
border
border: 2px solid hsl(352, 22%, 66%);
gradient light
background: linear-gradient(to right, hsl(352, 22%, 86%), hsl(352, 22%, 66%));
gradient dark
background: linear-gradient(to right, hsl(352, 22%, 66%), hsl(352, 22%, 46%))
hex
background-color: #BB959A;
tailwind
bg-[hsl(352,22%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 22%, 66%, 0.4);
css variable
--color-primary: hsl(352, 22%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 22%, 66%)?
HEX: #BB959A | RGB: rgb(187, 149, 154) | CMYK: 0%, 20%, 18%, 27% | HSV: 352°, 20%, 73%. Copy any format from the conversion table above.
What colors go well with #BB959A?
The complementary color is HSL(172, 22%, 66%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 22%, 66%) in CSS?
As HSL: color: hsl(352, 22%, 66%); — As HEX: color: #BB959A; — As RGB: color: rgb(187, 149, 154); — Tailwind CSS: bg-[hsl(352,22%,66%)] — CSS variable: --color-primary: hsl(352, 22%, 66%);