HSL(323, 25%, 29%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,25%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 25%, 29%) | color: hsl(323, 25%, 29%) | |
| HEX | #5C374E | color: #5C374E | |
| RGB | rgb(92, 55, 78) | color: rgb(92, 55, 78) | |
| CMYK | cmyk(0%, 40%, 15%, 64%) | — | |
| HSV | hsv(323, 40%, 36%) | — | |
| HWB | hwb(323 22% 64%) | color: hwb(323 22% 64%) | |
| OKLCH | oklch(0.3896 0.0625 342.5) | color: oklch(0.3896 0.0625 342.5) | |
| Lab | lab(28.27 20.3 -7.1) | color: lab(28.27 20.3 -7.1) | |
| LCH | lch(28.27 21.51 340.72) | color: lch(28.27 21.51 340.72) |
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)
#4C4C48 — rgb(76, 76, 72)
Deuteranopia (Green-blind)
#4E5147 — rgb(78, 81, 71)
Tritanopia (Blue-blind)
#5A4443 — rgb(90, 68, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 25%, 29%);
text
color: hsl(323, 25%, 29%);
border
border: 2px solid hsl(323, 25%, 29%);
gradient light
background: linear-gradient(to right, hsl(323, 25%, 49%), hsl(323, 25%, 29%));
gradient dark
background: linear-gradient(to right, hsl(323, 25%, 29%), hsl(323, 25%, 9%))
hex
background-color: #5C374E;
tailwind
bg-[hsl(323,25%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 25%, 29%, 0.4);
css variable
--color-primary: hsl(323, 25%, 29%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 25%, 29%)?
HEX: #5C374E | RGB: rgb(92, 55, 78) | CMYK: 0%, 40%, 15%, 64% | HSV: 323°, 40%, 36%. Copy any format from the conversion table above.
What colors go well with #5C374E?
The complementary color is HSL(143, 25%, 29%). 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, 25%, 29%) in CSS?
As HSL: color: hsl(323, 25%, 29%); — As HEX: color: #5C374E; — As RGB: color: rgb(92, 55, 78); — Tailwind CSS: bg-[hsl(323,25%,29%)] — CSS variable: --color-primary: hsl(323, 25%, 29%);