HSL(327, 25%, 53%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,25%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 25%, 53%) | color: hsl(327, 25%, 53%) | |
| HEX | #A5698A | color: #A5698A | |
| RGB | rgb(165, 105, 138) | color: rgb(165, 105, 138) | |
| CMYK | cmyk(0%, 36%, 16%, 35%) | — | |
| HSV | hsv(327, 36%, 65%) | — | |
| HWB | hwb(327 42% 35%) | color: hwb(327 42% 35%) | |
| OKLCH | oklch(0.5956 0.0881 345.99) | color: oklch(0.5956 0.0881 345.99) | |
| Lab | lab(51.77 28.92 -8.13) | color: lab(51.77 28.92 -8.13) | |
| LCH | lch(51.77 30.04 344.3) | color: lch(51.77 30.04 344.3) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8B8A82 — rgb(139, 138, 130)
Deuteranopia (Green-blind)
#8F9380 — rgb(143, 147, 128)
Tritanopia (Blue-blind)
#A27C7A — rgb(162, 124, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 25%, 53%);
text
color: hsl(327, 25%, 53%);
border
border: 2px solid hsl(327, 25%, 53%);
gradient light
background: linear-gradient(to right, hsl(327, 25%, 73%), hsl(327, 25%, 53%));
gradient dark
background: linear-gradient(to right, hsl(327, 25%, 53%), hsl(327, 25%, 33%))
hex
background-color: #A5698A;
tailwind
bg-[hsl(327,25%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 25%, 53%, 0.4);
css variable
--color-primary: hsl(327, 25%, 53%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 25%, 53%)?
HEX: #A5698A | RGB: rgb(165, 105, 138) | CMYK: 0%, 36%, 16%, 35% | HSV: 327°, 36%, 65%. Copy any format from the conversion table above.
What colors go well with #A5698A?
The complementary color is HSL(147, 25%, 53%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 25%, 53%) in CSS?
As HSL: color: hsl(327, 25%, 53%); — As HEX: color: #A5698A; — As RGB: color: rgb(165, 105, 138); — Tailwind CSS: bg-[hsl(327,25%,53%)] — CSS variable: --color-primary: hsl(327, 25%, 53%);