HSL(331, 19%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 23%) | color: hsl(331, 19%, 23%) | |
| HEX | #46303A | color: #46303A | |
| RGB | rgb(70, 48, 58) | color: rgb(70, 48, 58) | |
| CMYK | cmyk(0%, 31%, 17%, 73%) | — | |
| HSV | hsv(333, 31%, 27%) | — | |
| HWB | hwb(333 19% 73%) | color: hwb(333 19% 73%) | |
| OKLCH | oklch(0.3385 0.0357 350.26) | color: oklch(0.3385 0.0357 350.26) | |
| Lab | lab(22.73 11.86 -2.33) | color: lab(22.73 11.86 -2.33) | |
| LCH | lch(22.73 12.09 348.89) | color: lch(22.73 12.09 348.89) |
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)
#3C3C38 — rgb(60, 60, 56)
Deuteranopia (Green-blind)
#3E3F37 — rgb(62, 63, 55)
Tritanopia (Blue-blind)
#453635 — rgb(69, 54, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 23%);
text
color: hsl(331, 19%, 23%);
border
border: 2px solid hsl(331, 19%, 23%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 43%), hsl(331, 19%, 23%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 23%), hsl(331, 19%, 3%))
hex
background-color: #46303A;
tailwind
bg-[hsl(331,19%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 23%, 0.4);
css variable
--color-primary: hsl(331, 19%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 23%)?
HEX: #46303A | RGB: rgb(70, 48, 58) | CMYK: 0%, 31%, 17%, 73% | HSV: 333°, 31%, 27%. Copy any format from the conversion table above.
What colors go well with #46303A?
The complementary color is HSL(151, 19%, 23%). 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, 19%, 23%) in CSS?
As HSL: color: hsl(331, 19%, 23%); — As HEX: color: #46303A; — As RGB: color: rgb(70, 48, 58); — Tailwind CSS: bg-[hsl(331,19%,23%)] — CSS variable: --color-primary: hsl(331, 19%, 23%);