HSL(320, 11%, 61%)
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(320,11%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 11%, 61%) | color: hsl(320, 11%, 61%) | |
| HEX | #A6919F | color: #A6919F | |
| RGB | rgb(166, 145, 159) | color: rgb(166, 145, 159) | |
| CMYK | cmyk(0%, 13%, 4%, 35%) | — | |
| HSV | hsv(320, 13%, 65%) | — | |
| HWB | hwb(320 57% 35%) | color: hwb(320 57% 35%) | |
| OKLCH | oklch(0.6797 0.0318 338.18) | color: oklch(0.6797 0.0318 338.18) | |
| Lab | lab(62.39 10.34 -4.48) | color: lab(62.39 10.34 -4.48) | |
| LCH | lch(62.39 11.27 336.57) | color: lch(62.39 11.27 336.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)
#9D9D9C — rgb(157, 157, 156)
Deuteranopia (Green-blind)
#9EA09B — rgb(158, 160, 155)
Tritanopia (Blue-blind)
#A59998 — rgb(165, 153, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 11%, 61%);
text
color: hsl(320, 11%, 61%);
border
border: 2px solid hsl(320, 11%, 61%);
gradient light
background: linear-gradient(to right, hsl(320, 11%, 81%), hsl(320, 11%, 61%));
gradient dark
background: linear-gradient(to right, hsl(320, 11%, 61%), hsl(320, 11%, 41%))
hex
background-color: #A6919F;
tailwind
bg-[hsl(320,11%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 11%, 61%, 0.4);
css variable
--color-primary: hsl(320, 11%, 61%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 11%, 61%)?
HEX: #A6919F | RGB: rgb(166, 145, 159) | CMYK: 0%, 13%, 4%, 35% | HSV: 320°, 13%, 65%. Copy any format from the conversion table above.
What colors go well with #A6919F?
The complementary color is HSL(140, 11%, 61%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 11%, 61%) in CSS?
As HSL: color: hsl(320, 11%, 61%); — As HEX: color: #A6919F; — As RGB: color: rgb(166, 145, 159); — Tailwind CSS: bg-[hsl(320,11%,61%)] — CSS variable: --color-primary: hsl(320, 11%, 61%);