HSL(331, 12%, 24%)
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%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 12%, 24%) | color: hsl(331, 12%, 24%) | |
| HEX | #45363D | color: #45363D | |
| RGB | rgb(69, 54, 61) | color: rgb(69, 54, 61) | |
| CMYK | cmyk(0%, 22%, 12%, 73%) | — | |
| HSV | hsv(332, 22%, 27%) | — | |
| HWB | hwb(332 21% 73%) | color: hwb(332 21% 73%) | |
| OKLCH | oklch(0.3518 0.0241 348.67) | color: oklch(0.3518 0.0241 348.67) | |
| Lab | lab(24.45 8.06 -1.83) | color: lab(24.45 8.06 -1.83) | |
| LCH | lch(24.45 8.27 347.21) | color: lch(24.45 8.27 347.21) |
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)
#3F3E3B — rgb(63, 62, 59)
Deuteranopia (Green-blind)
#3F413B — rgb(63, 65, 59)
Tritanopia (Blue-blind)
#443A3A — rgb(68, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 12%, 24%);
text
color: hsl(331, 12%, 24%);
border
border: 2px solid hsl(331, 12%, 24%);
gradient light
background: linear-gradient(to right, hsl(331, 12%, 44%), hsl(331, 12%, 24%));
gradient dark
background: linear-gradient(to right, hsl(331, 12%, 24%), hsl(331, 12%, 4%))
hex
background-color: #45363D;
tailwind
bg-[hsl(331,12%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 12%, 24%, 0.4);
css variable
--color-primary: hsl(331, 12%, 24%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 12%, 24%)?
HEX: #45363D | RGB: rgb(69, 54, 61) | CMYK: 0%, 22%, 12%, 73% | HSV: 332°, 22%, 27%. Copy any format from the conversion table above.
What colors go well with #45363D?
The complementary color is HSL(151, 12%, 24%). 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%, 24%) in CSS?
As HSL: color: hsl(331, 12%, 24%); — As HEX: color: #45363D; — As RGB: color: rgb(69, 54, 61); — Tailwind CSS: bg-[hsl(331,12%,24%)] — CSS variable: --color-primary: hsl(331, 12%, 24%);