HSL(321, 13%, 22%)
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%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 13%, 22%) | color: hsl(321, 13%, 22%) | |
| HEX | #3F313A | color: #3F313A | |
| RGB | rgb(63, 49, 58) | color: rgb(63, 49, 58) | |
| CMYK | cmyk(0%, 22%, 8%, 75%) | — | |
| HSV | hsv(321, 22%, 25%) | — | |
| HWB | hwb(321 20% 75%) | color: hwb(321 20% 75%) | |
| OKLCH | oklch(0.3321 0.025 339.82) | color: oklch(0.3321 0.025 339.82) | |
| Lab | lab(22.16 8.16 -3.27) | color: lab(22.16 8.16 -3.27) | |
| LCH | lch(22.16 8.79 338.16) | color: lch(22.16 8.79 338.16) |
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)
#393938 — rgb(57, 57, 56)
Deuteranopia (Green-blind)
#3A3B37 — rgb(58, 59, 55)
Tritanopia (Blue-blind)
#3E3636 — rgb(62, 54, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 13%, 22%);
text
color: hsl(321, 13%, 22%);
border
border: 2px solid hsl(321, 13%, 22%);
gradient light
background: linear-gradient(to right, hsl(321, 13%, 42%), hsl(321, 13%, 22%));
gradient dark
background: linear-gradient(to right, hsl(321, 13%, 22%), hsl(321, 13%, 2%))
hex
background-color: #3F313A;
tailwind
bg-[hsl(321,13%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 13%, 22%, 0.4);
css variable
--color-primary: hsl(321, 13%, 22%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 13%, 22%)?
HEX: #3F313A | RGB: rgb(63, 49, 58) | CMYK: 0%, 22%, 8%, 75% | HSV: 321°, 22%, 25%. Copy any format from the conversion table above.
What colors go well with #3F313A?
The complementary color is HSL(141, 13%, 22%). 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%, 22%) in CSS?
As HSL: color: hsl(321, 13%, 22%); — As HEX: color: #3F313A; — As RGB: color: rgb(63, 49, 58); — Tailwind CSS: bg-[hsl(321,13%,22%)] — CSS variable: --color-primary: hsl(321, 13%, 22%);