HSL(323, 10%, 51%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(323,10%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 10%, 51%) | color: hsl(323, 10%, 51%) | |
| HEX | #8F7685 | color: #8F7685 | |
| RGB | rgb(143, 118, 133) | color: rgb(143, 118, 133) | |
| CMYK | cmyk(0%, 17%, 7%, 44%) | — | |
| HSV | hsv(324, 17%, 56%) | — | |
| HWB | hwb(324 46% 44%) | color: hwb(324 46% 44%) | |
| OKLCH | oklch(0.5943 0.0377 341.62) | color: oklch(0.5943 0.0377 341.62) | |
| Lab | lab(52.39 12.41 -4.53) | color: lab(52.39 12.41 -4.53) | |
| LCH | lch(52.39 13.21 339.95) | color: lch(52.39 13.21 339.95) |
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)
#848481 — rgb(132, 132, 129)
Deuteranopia (Green-blind)
#868881 — rgb(134, 136, 129)
Tritanopia (Blue-blind)
#8E7F7E — rgb(142, 127, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 10%, 51%);
text
color: hsl(323, 10%, 51%);
border
border: 2px solid hsl(323, 10%, 51%);
gradient light
background: linear-gradient(to right, hsl(323, 10%, 71%), hsl(323, 10%, 51%));
gradient dark
background: linear-gradient(to right, hsl(323, 10%, 51%), hsl(323, 10%, 31%))
hex
background-color: #8F7685;
tailwind
bg-[hsl(323,10%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 10%, 51%, 0.4);
css variable
--color-primary: hsl(323, 10%, 51%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 10%, 51%)?
HEX: #8F7685 | RGB: rgb(143, 118, 133) | CMYK: 0%, 17%, 7%, 44% | HSV: 324°, 17%, 56%. Copy any format from the conversion table above.
What colors go well with #8F7685?
The complementary color is HSL(143, 10%, 51%). 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, 10%, 51%) in CSS?
As HSL: color: hsl(323, 10%, 51%); — As HEX: color: #8F7685; — As RGB: color: rgb(143, 118, 133); — Tailwind CSS: bg-[hsl(323,10%,51%)] — CSS variable: --color-primary: hsl(323, 10%, 51%);