HSL(328, 80%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 80%, 38%) | color: hsl(328, 80%, 38%) | |
| HEX | #AE1366 | color: #AE1366 | |
| RGB | rgb(174, 19, 102) | color: rgb(174, 19, 102) | |
| CMYK | cmyk(0%, 89%, 41%, 32%) | — | |
| HSV | hsv(328, 89%, 68%) | — | |
| HWB | hwb(328 7% 32%) | color: hwb(328 7% 32%) | |
| OKLCH | oklch(0.4962 0.1933 355.82) | color: oklch(0.4962 0.1933 355.82) | |
| Lab | lab(38.6 62.5 -5.65) | color: lab(38.6 62.5 -5.65) | |
| LCH | lch(38.6 62.75 354.83) | color: lch(38.6 62.75 354.83) |
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)
#6B6952 — rgb(107, 105, 82)
Deuteranopia (Green-blind)
#74804D — rgb(116, 128, 77)
Tritanopia (Blue-blind)
#A6423F — rgb(166, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 80%, 38%);
text
color: hsl(328, 80%, 38%);
border
border: 2px solid hsl(328, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(328, 80%, 58%), hsl(328, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(328, 80%, 38%), hsl(328, 80%, 18%))
hex
background-color: #AE1366;
tailwind
bg-[hsl(328,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 80%, 38%, 0.4);
css variable
--color-primary: hsl(328, 80%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 80%, 38%)?
HEX: #AE1366 | RGB: rgb(174, 19, 102) | CMYK: 0%, 89%, 41%, 32% | HSV: 328°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE1366?
The complementary color is HSL(148, 80%, 38%). 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, 80%, 38%) in CSS?
As HSL: color: hsl(328, 80%, 38%); — As HEX: color: #AE1366; — As RGB: color: rgb(174, 19, 102); — Tailwind CSS: bg-[hsl(328,80%,38%)] — CSS variable: --color-primary: hsl(328, 80%, 38%);