HSL(321, 12%, 49%)
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(321,12%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 12%, 49%) | color: hsl(321, 12%, 49%) | |
| HEX | #8C6E81 | color: #8C6E81 | |
| RGB | rgb(140, 110, 129) | color: rgb(140, 110, 129) | |
| CMYK | cmyk(0%, 21%, 8%, 45%) | — | |
| HSV | hsv(322, 21%, 55%) | — | |
| HWB | hwb(322 43% 45%) | color: hwb(322 43% 45%) | |
| OKLCH | oklch(0.5737 0.0466 340.38) | color: oklch(0.5737 0.0466 340.38) | |
| Lab | lab(49.87 15.2 -5.93) | color: lab(49.87 15.2 -5.93) | |
| LCH | lch(49.87 16.32 338.69) | color: lch(49.87 16.32 338.69) |
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)
#7F7F7C — rgb(127, 127, 124)
Deuteranopia (Green-blind)
#81837B — rgb(129, 131, 123)
Tritanopia (Blue-blind)
#8B7978 — rgb(139, 121, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 12%, 49%);
text
color: hsl(321, 12%, 49%);
border
border: 2px solid hsl(321, 12%, 49%);
gradient light
background: linear-gradient(to right, hsl(321, 12%, 69%), hsl(321, 12%, 49%));
gradient dark
background: linear-gradient(to right, hsl(321, 12%, 49%), hsl(321, 12%, 29%))
hex
background-color: #8C6E81;
tailwind
bg-[hsl(321,12%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 12%, 49%, 0.4);
css variable
--color-primary: hsl(321, 12%, 49%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 12%, 49%)?
HEX: #8C6E81 | RGB: rgb(140, 110, 129) | CMYK: 0%, 21%, 8%, 45% | HSV: 322°, 21%, 55%. Copy any format from the conversion table above.
What colors go well with #8C6E81?
The complementary color is HSL(141, 12%, 49%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 12%, 49%) in CSS?
As HSL: color: hsl(321, 12%, 49%); — As HEX: color: #8C6E81; — As RGB: color: rgb(140, 110, 129); — Tailwind CSS: bg-[hsl(321,12%,49%)] — CSS variable: --color-primary: hsl(321, 12%, 49%);