HSL(331, 12%, 16%)
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(331,12%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 12%, 16%) | color: hsl(331, 12%, 16%) | |
| HEX | #2E2429 | color: #2E2429 | |
| RGB | rgb(46, 36, 41) | color: rgb(46, 36, 41) | |
| CMYK | cmyk(0%, 22%, 11%, 82%) | — | |
| HSV | hsv(330, 22%, 18%) | — | |
| HWB | hwb(330 14% 82%) | color: hwb(330 14% 82%) | |
| OKLCH | oklch(0.2738 0.0174 346.73) | color: oklch(0.2738 0.0174 346.73) | |
| Lab | lab(15.5 5.79 -1.53) | color: lab(15.5 5.79 -1.53) | |
| LCH | lch(15.5 5.99 345.2) | color: lch(15.5 5.99 345.2) |
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)
#2A2A28 — rgb(42, 42, 40)
Deuteranopia (Green-blind)
#2A2B28 — rgb(42, 43, 40)
Tritanopia (Blue-blind)
#2E2727 — rgb(46, 39, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 12%, 16%);
text
color: hsl(331, 12%, 16%);
border
border: 2px solid hsl(331, 12%, 16%);
gradient light
background: linear-gradient(to right, hsl(331, 12%, 36%), hsl(331, 12%, 16%));
gradient dark
background: linear-gradient(to right, hsl(331, 12%, 16%), hsl(331, 12%, 0%))
hex
background-color: #2E2429;
tailwind
bg-[hsl(331,12%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 12%, 16%, 0.4);
css variable
--color-primary: hsl(331, 12%, 16%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 12%, 16%)?
HEX: #2E2429 | RGB: rgb(46, 36, 41) | CMYK: 0%, 22%, 11%, 82% | HSV: 330°, 22%, 18%. Copy any format from the conversion table above.
What colors go well with #2E2429?
The complementary color is HSL(151, 12%, 16%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 12%, 16%) in CSS?
As HSL: color: hsl(331, 12%, 16%); — As HEX: color: #2E2429; — As RGB: color: rgb(46, 36, 41); — Tailwind CSS: bg-[hsl(331,12%,16%)] — CSS variable: --color-primary: hsl(331, 12%, 16%);