HSL(320, 74%, 38%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,74%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 74%, 38%) | color: hsl(320, 74%, 38%) | |
| HEX | #A91979 | color: #A91979 | |
| RGB | rgb(169, 25, 121) | color: rgb(169, 25, 121) | |
| CMYK | cmyk(0%, 85%, 28%, 34%) | — | |
| HSV | hsv(320, 85%, 66%) | — | |
| HWB | hwb(320 10% 34%) | color: hwb(320 10% 34%) | |
| OKLCH | oklch(0.498 0.1953 346.27) | color: oklch(0.498 0.1953 346.27) | |
| Lab | lab(38.75 62.21 -17.47) | color: lab(38.75 62.21 -17.47) | |
| LCH | lch(38.75 64.62 344.31) | color: lch(38.75 64.62 344.31) |
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)
#6B6962 — rgb(107, 105, 98)
Deuteranopia (Green-blind)
#737E5C — rgb(115, 126, 92)
Tritanopia (Blue-blind)
#A24F4B — rgb(162, 79, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 74%, 38%);
text
color: hsl(320, 74%, 38%);
border
border: 2px solid hsl(320, 74%, 38%);
gradient light
background: linear-gradient(to right, hsl(320, 74%, 58%), hsl(320, 74%, 38%));
gradient dark
background: linear-gradient(to right, hsl(320, 74%, 38%), hsl(320, 74%, 18%))
hex
background-color: #A91979;
tailwind
bg-[hsl(320,74%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 74%, 38%, 0.4);
css variable
--color-primary: hsl(320, 74%, 38%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 74%, 38%)?
HEX: #A91979 | RGB: rgb(169, 25, 121) | CMYK: 0%, 85%, 28%, 34% | HSV: 320°, 85%, 66%. Copy any format from the conversion table above.
What colors go well with #A91979?
The complementary color is HSL(140, 74%, 38%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 74%, 38%) in CSS?
As HSL: color: hsl(320, 74%, 38%); — As HEX: color: #A91979; — As RGB: color: rgb(169, 25, 121); — Tailwind CSS: bg-[hsl(320,74%,38%)] — CSS variable: --color-primary: hsl(320, 74%, 38%);