HSL(323, 23%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,23%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 23%, 16%) | color: hsl(323, 23%, 16%) | |
| HEX | #321F2B | color: #321F2B | |
| RGB | rgb(50, 31, 43) | color: rgb(50, 31, 43) | |
| CMYK | cmyk(0%, 38%, 14%, 80%) | — | |
| HSV | hsv(322, 38%, 20%) | — | |
| HWB | hwb(322 12% 80%) | color: hwb(322 12% 80%) | |
| OKLCH | oklch(0.2682 0.0356 341.46) | color: oklch(0.2682 0.0356 341.46) | |
| Lab | lab(14.58 11.56 -4.27) | color: lab(14.58 11.56 -4.27) | |
| LCH | lch(14.58 12.32 339.73) | color: lch(14.58 12.32 339.73) |
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)
#2B2C27 — rgb(43, 44, 39)
Tritanopia (Blue-blind)
#312625 — rgb(49, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 23%, 16%);
text
color: hsl(323, 23%, 16%);
border
border: 2px solid hsl(323, 23%, 16%);
gradient light
background: linear-gradient(to right, hsl(323, 23%, 36%), hsl(323, 23%, 16%));
gradient dark
background: linear-gradient(to right, hsl(323, 23%, 16%), hsl(323, 23%, 0%))
hex
background-color: #321F2B;
tailwind
bg-[hsl(323,23%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 23%, 16%, 0.4);
css variable
--color-primary: hsl(323, 23%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 23%, 16%)?
HEX: #321F2B | RGB: rgb(50, 31, 43) | CMYK: 0%, 38%, 14%, 80% | HSV: 322°, 38%, 20%. Copy any format from the conversion table above.
What colors go well with #321F2B?
The complementary color is HSL(143, 23%, 16%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 23%, 16%) in CSS?
As HSL: color: hsl(323, 23%, 16%); — As HEX: color: #321F2B; — As RGB: color: rgb(50, 31, 43); — Tailwind CSS: bg-[hsl(323,23%,16%)] — CSS variable: --color-primary: hsl(323, 23%, 16%);