HSL(320, 13%, 15%)
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,13%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 13%, 15%) | color: hsl(320, 13%, 15%) | |
| HEX | #2B2128 | color: #2B2128 | |
| RGB | rgb(43, 33, 40) | color: rgb(43, 33, 40) | |
| CMYK | cmyk(0%, 23%, 7%, 83%) | — | |
| HSV | hsv(318, 23%, 17%) | — | |
| HWB | hwb(318 13% 83%) | color: hwb(318 13% 83%) | |
| OKLCH | oklch(0.2623 0.0196 337.22) | color: oklch(0.2623 0.0196 337.22) | |
| Lab | lab(14.14 6.32 -2.87) | color: lab(14.14 6.32 -2.87) | |
| LCH | lch(14.14 6.94 335.58) | color: lch(14.14 6.94 335.58) |
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)
#272726 — rgb(39, 39, 38)
Deuteranopia (Green-blind)
#272826 — rgb(39, 40, 38)
Tritanopia (Blue-blind)
#2B2525 — rgb(43, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 13%, 15%);
text
color: hsl(320, 13%, 15%);
border
border: 2px solid hsl(320, 13%, 15%);
gradient light
background: linear-gradient(to right, hsl(320, 13%, 35%), hsl(320, 13%, 15%));
gradient dark
background: linear-gradient(to right, hsl(320, 13%, 15%), hsl(320, 13%, 0%))
hex
background-color: #2B2128;
tailwind
bg-[hsl(320,13%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 13%, 15%, 0.4);
css variable
--color-primary: hsl(320, 13%, 15%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 13%, 15%)?
HEX: #2B2128 | RGB: rgb(43, 33, 40) | CMYK: 0%, 23%, 7%, 83% | HSV: 318°, 23%, 17%. Copy any format from the conversion table above.
What colors go well with #2B2128?
The complementary color is HSL(140, 13%, 15%). 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, 13%, 15%) in CSS?
As HSL: color: hsl(320, 13%, 15%); — As HEX: color: #2B2128; — As RGB: color: rgb(43, 33, 40); — Tailwind CSS: bg-[hsl(320,13%,15%)] — CSS variable: --color-primary: hsl(320, 13%, 15%);