HSL(321, 19%, 57%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(321,19%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 19%, 57%) | color: hsl(321, 19%, 57%) | |
| HEX | #A67D98 | color: #A67D98 | |
| RGB | rgb(166, 125, 152) | color: rgb(166, 125, 152) | |
| CMYK | cmyk(0%, 25%, 8%, 35%) | — | |
| HSV | hsv(320, 25%, 65%) | — | |
| HWB | hwb(320 49% 35%) | color: hwb(320 49% 35%) | |
| OKLCH | oklch(0.6382 0.0628 339.52) | color: oklch(0.6382 0.0628 339.52) | |
| Lab | lab(57.12 20.39 -8.31) | color: lab(57.12 20.39 -8.31) | |
| LCH | lch(57.12 22.02 337.83) | color: lch(57.12 22.02 337.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#949491 — rgb(148, 148, 145)
Deuteranopia (Green-blind)
#979A90 — rgb(151, 154, 144)
Tritanopia (Blue-blind)
#A48C8B — rgb(164, 140, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 19%, 57%);
text
color: hsl(321, 19%, 57%);
border
border: 2px solid hsl(321, 19%, 57%);
gradient light
background: linear-gradient(to right, hsl(321, 19%, 77%), hsl(321, 19%, 57%));
gradient dark
background: linear-gradient(to right, hsl(321, 19%, 57%), hsl(321, 19%, 37%))
hex
background-color: #A67D98;
tailwind
bg-[hsl(321,19%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 19%, 57%, 0.4);
css variable
--color-primary: hsl(321, 19%, 57%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 19%, 57%)?
HEX: #A67D98 | RGB: rgb(166, 125, 152) | CMYK: 0%, 25%, 8%, 35% | HSV: 320°, 25%, 65%. Copy any format from the conversion table above.
What colors go well with #A67D98?
The complementary color is HSL(141, 19%, 57%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 19%, 57%) in CSS?
As HSL: color: hsl(321, 19%, 57%); — As HEX: color: #A67D98; — As RGB: color: rgb(166, 125, 152); — Tailwind CSS: bg-[hsl(321,19%,57%)] — CSS variable: --color-primary: hsl(321, 19%, 57%);