HSL(321, 13%, 48%)
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,13%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 13%, 48%) | color: hsl(321, 13%, 48%) | |
| HEX | #8A6A7F | color: #8A6A7F | |
| RGB | rgb(138, 106, 127) | color: rgb(138, 106, 127) | |
| CMYK | cmyk(0%, 23%, 8%, 46%) | — | |
| HSV | hsv(321, 23%, 54%) | — | |
| HWB | hwb(321 42% 46%) | color: hwb(321 42% 46%) | |
| OKLCH | oklch(0.563 0.0506 339.46) | color: oklch(0.563 0.0506 339.46) | |
| Lab | lab(48.57 16.42 -6.71) | color: lab(48.57 16.42 -6.71) | |
| LCH | lch(48.57 17.74 337.77) | color: lch(48.57 17.74 337.77) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7C7A — rgb(124, 124, 122)
Deuteranopia (Green-blind)
#7E8079 — rgb(126, 128, 121)
Tritanopia (Blue-blind)
#887675 — rgb(136, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 13%, 48%);
text
color: hsl(321, 13%, 48%);
border
border: 2px solid hsl(321, 13%, 48%);
gradient light
background: linear-gradient(to right, hsl(321, 13%, 68%), hsl(321, 13%, 48%));
gradient dark
background: linear-gradient(to right, hsl(321, 13%, 48%), hsl(321, 13%, 28%))
hex
background-color: #8A6A7F;
tailwind
bg-[hsl(321,13%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 13%, 48%, 0.4);
css variable
--color-primary: hsl(321, 13%, 48%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 13%, 48%)?
HEX: #8A6A7F | RGB: rgb(138, 106, 127) | CMYK: 0%, 23%, 8%, 46% | HSV: 321°, 23%, 54%. Copy any format from the conversion table above.
What colors go well with #8A6A7F?
The complementary color is HSL(141, 13%, 48%). 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, 13%, 48%) in CSS?
As HSL: color: hsl(321, 13%, 48%); — As HEX: color: #8A6A7F; — As RGB: color: rgb(138, 106, 127); — Tailwind CSS: bg-[hsl(321,13%,48%)] — CSS variable: --color-primary: hsl(321, 13%, 48%);