HSL(325, 80%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,80%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 80%, 38%) | color: hsl(325, 80%, 38%) | |
| HEX | #AE136E | color: #AE136E | |
| RGB | rgb(174, 19, 110) | color: rgb(174, 19, 110) | |
| CMYK | cmyk(0%, 89%, 37%, 32%) | — | |
| HSV | hsv(325, 89%, 68%) | — | |
| HWB | hwb(325 7% 32%) | color: hwb(325 7% 32%) | |
| OKLCH | oklch(0.4993 0.1967 352.26) | color: oklch(0.4993 0.1967 352.26) | |
| Lab | lab(38.89 63.3 -10.28) | color: lab(38.89 63.3 -10.28) | |
| LCH | lch(38.89 64.13 350.78) | color: lch(38.89 64.13 350.78) |
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)
#6B6958 — rgb(107, 105, 88)
Deuteranopia (Green-blind)
#748053 — rgb(116, 128, 83)
Tritanopia (Blue-blind)
#A64743 — rgb(166, 71, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 80%, 38%);
text
color: hsl(325, 80%, 38%);
border
border: 2px solid hsl(325, 80%, 38%);
gradient light
background: linear-gradient(to right, hsl(325, 80%, 58%), hsl(325, 80%, 38%));
gradient dark
background: linear-gradient(to right, hsl(325, 80%, 38%), hsl(325, 80%, 18%))
hex
background-color: #AE136E;
tailwind
bg-[hsl(325,80%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 80%, 38%, 0.4);
css variable
--color-primary: hsl(325, 80%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 80%, 38%)?
HEX: #AE136E | RGB: rgb(174, 19, 110) | CMYK: 0%, 89%, 37%, 32% | HSV: 325°, 89%, 68%. Copy any format from the conversion table above.
What colors go well with #AE136E?
The complementary color is HSL(145, 80%, 38%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 80%, 38%) in CSS?
As HSL: color: hsl(325, 80%, 38%); — As HEX: color: #AE136E; — As RGB: color: rgb(174, 19, 110); — Tailwind CSS: bg-[hsl(325,80%,38%)] — CSS variable: --color-primary: hsl(325, 80%, 38%);