HSL(321, 13%, 28%)
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%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 13%, 28%) | color: hsl(321, 13%, 28%) | |
| HEX | #513E4A | color: #513E4A | |
| RGB | rgb(81, 62, 74) | color: rgb(81, 62, 74) | |
| CMYK | cmyk(0%, 23%, 9%, 68%) | — | |
| HSV | hsv(322, 23%, 32%) | — | |
| HWB | hwb(322 25% 68%) | color: hwb(322 25% 68%) | |
| OKLCH | oklch(0.3887 0.0325 340.51) | color: oklch(0.3887 0.0325 340.51) | |
| Lab | lab(28.61 10.6 -4.11) | color: lab(28.61 10.6 -4.11) | |
| LCH | lch(28.61 11.37 338.81) | color: lch(28.61 11.37 338.81) |
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)
#494947 — rgb(73, 73, 71)
Deuteranopia (Green-blind)
#4A4B46 — rgb(74, 75, 70)
Tritanopia (Blue-blind)
#504544 — rgb(80, 69, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 13%, 28%);
text
color: hsl(321, 13%, 28%);
border
border: 2px solid hsl(321, 13%, 28%);
gradient light
background: linear-gradient(to right, hsl(321, 13%, 48%), hsl(321, 13%, 28%));
gradient dark
background: linear-gradient(to right, hsl(321, 13%, 28%), hsl(321, 13%, 8%))
hex
background-color: #513E4A;
tailwind
bg-[hsl(321,13%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 13%, 28%, 0.4);
css variable
--color-primary: hsl(321, 13%, 28%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 13%, 28%)?
HEX: #513E4A | RGB: rgb(81, 62, 74) | CMYK: 0%, 23%, 9%, 68% | HSV: 322°, 23%, 32%. Copy any format from the conversion table above.
What colors go well with #513E4A?
The complementary color is HSL(141, 13%, 28%). 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%, 28%) in CSS?
As HSL: color: hsl(321, 13%, 28%); — As HEX: color: #513E4A; — As RGB: color: rgb(81, 62, 74); — Tailwind CSS: bg-[hsl(321,13%,28%)] — CSS variable: --color-primary: hsl(321, 13%, 28%);