HSL(324, 12%, 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(324,12%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 12%, 15%) | color: hsl(324, 12%, 15%) | |
| HEX | #2B2227 | color: #2B2227 | |
| RGB | rgb(43, 34, 39) | color: rgb(43, 34, 39) | |
| CMYK | cmyk(0%, 21%, 9%, 83%) | — | |
| HSV | hsv(327, 21%, 17%) | — | |
| HWB | hwb(327 13% 83%) | color: hwb(327 13% 83%) | |
| OKLCH | oklch(0.2643 0.0162 343.78) | color: oklch(0.2643 0.0162 343.78) | |
| Lab | lab(14.42 5.38 -1.73) | color: lab(14.42 5.38 -1.73) | |
| LCH | lch(14.42 5.65 342.17) | color: lch(14.42 5.65 342.17) |
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)
#282826 — rgb(40, 40, 38)
Tritanopia (Blue-blind)
#2B2525 — rgb(43, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 12%, 15%);
text
color: hsl(324, 12%, 15%);
border
border: 2px solid hsl(324, 12%, 15%);
gradient light
background: linear-gradient(to right, hsl(324, 12%, 35%), hsl(324, 12%, 15%));
gradient dark
background: linear-gradient(to right, hsl(324, 12%, 15%), hsl(324, 12%, 0%))
hex
background-color: #2B2227;
tailwind
bg-[hsl(324,12%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 12%, 15%, 0.4);
css variable
--color-primary: hsl(324, 12%, 15%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 12%, 15%)?
HEX: #2B2227 | RGB: rgb(43, 34, 39) | CMYK: 0%, 21%, 9%, 83% | HSV: 327°, 21%, 17%. Copy any format from the conversion table above.
What colors go well with #2B2227?
The complementary color is HSL(144, 12%, 15%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 12%, 15%) in CSS?
As HSL: color: hsl(324, 12%, 15%); — As HEX: color: #2B2227; — As RGB: color: rgb(43, 34, 39); — Tailwind CSS: bg-[hsl(324,12%,15%)] — CSS variable: --color-primary: hsl(324, 12%, 15%);