HSL(328, 45%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,45%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 45%, 15%) | color: hsl(328, 45%, 15%) | |
| HEX | #371527 | color: #371527 | |
| RGB | rgb(55, 21, 39) | color: rgb(55, 21, 39) | |
| CMYK | cmyk(0%, 62%, 29%, 78%) | — | |
| HSV | hsv(328, 62%, 22%) | — | |
| HWB | hwb(328 8% 78%) | color: hwb(328 8% 78%) | |
| OKLCH | oklch(0.2542 0.0599 349.23) | color: oklch(0.2542 0.0599 349.23) | |
| Lab | lab(12.58 19.53 -4.29) | color: lab(12.58 19.53 -4.29) | |
| LCH | lch(12.58 20 347.61) | color: lch(12.58 20 347.61) |
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)
#282823 — rgb(40, 40, 35)
Deuteranopia (Green-blind)
#2A2D22 — rgb(42, 45, 34)
Tritanopia (Blue-blind)
#351F1E — rgb(53, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 45%, 15%);
text
color: hsl(328, 45%, 15%);
border
border: 2px solid hsl(328, 45%, 15%);
gradient light
background: linear-gradient(to right, hsl(328, 45%, 35%), hsl(328, 45%, 15%));
gradient dark
background: linear-gradient(to right, hsl(328, 45%, 15%), hsl(328, 45%, 0%))
hex
background-color: #371527;
tailwind
bg-[hsl(328,45%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 45%, 15%, 0.4);
css variable
--color-primary: hsl(328, 45%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 45%, 15%)?
HEX: #371527 | RGB: rgb(55, 21, 39) | CMYK: 0%, 62%, 29%, 78% | HSV: 328°, 62%, 22%. Copy any format from the conversion table above.
What colors go well with #371527?
The complementary color is HSL(148, 45%, 15%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 45%, 15%) in CSS?
As HSL: color: hsl(328, 45%, 15%); — As HEX: color: #371527; — As RGB: color: rgb(55, 21, 39); — Tailwind CSS: bg-[hsl(328,45%,15%)] — CSS variable: --color-primary: hsl(328, 45%, 15%);