HSL(323, 19%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(323,19%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 19%, 66%) | color: hsl(323, 19%, 66%) | |
| HEX | #B998AC | color: #B998AC | |
| RGB | rgb(185, 152, 172) | color: rgb(185, 152, 172) | |
| CMYK | cmyk(0%, 18%, 7%, 27%) | — | |
| HSV | hsv(324, 18%, 73%) | — | |
| HWB | hwb(324 60% 27%) | color: hwb(324 60% 27%) | |
| OKLCH | oklch(0.7157 0.0477 341.39) | color: oklch(0.7157 0.0477 341.39) | |
| Lab | lab(66.33 15.67 -5.79) | color: lab(66.33 15.67 -5.79) | |
| LCH | lch(66.33 16.71 339.72) | color: lch(66.33 16.71 339.72) |
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)
#ABAAA7 — rgb(171, 170, 167)
Deuteranopia (Green-blind)
#ADAFA6 — rgb(173, 175, 166)
Tritanopia (Blue-blind)
#B7A3A3 — rgb(183, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 19%, 66%);
text
color: hsl(323, 19%, 66%);
border
border: 2px solid hsl(323, 19%, 66%);
gradient light
background: linear-gradient(to right, hsl(323, 19%, 86%), hsl(323, 19%, 66%));
gradient dark
background: linear-gradient(to right, hsl(323, 19%, 66%), hsl(323, 19%, 46%))
hex
background-color: #B998AC;
tailwind
bg-[hsl(323,19%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 19%, 66%, 0.4);
css variable
--color-primary: hsl(323, 19%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 19%, 66%)?
HEX: #B998AC | RGB: rgb(185, 152, 172) | CMYK: 0%, 18%, 7%, 27% | HSV: 324°, 18%, 73%. Copy any format from the conversion table above.
What colors go well with #B998AC?
The complementary color is HSL(143, 19%, 66%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 19%, 66%) in CSS?
As HSL: color: hsl(323, 19%, 66%); — As HEX: color: #B998AC; — As RGB: color: rgb(185, 152, 172); — Tailwind CSS: bg-[hsl(323,19%,66%)] — CSS variable: --color-primary: hsl(323, 19%, 66%);