HSL(320, 48%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,48%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 48%, 60%) | color: hsl(320, 48%, 60%) | |
| HEX | #CA68A9 | color: #CA68A9 | |
| RGB | rgb(202, 104, 169) | color: rgb(202, 104, 169) | |
| CMYK | cmyk(0%, 49%, 16%, 21%) | — | |
| HSV | hsv(320, 49%, 79%) | — | |
| HWB | hwb(320 40% 21%) | color: hwb(320 40% 21%) | |
| OKLCH | oklch(0.6516 0.1463 341.63) | color: oklch(0.6516 0.1463 341.63) | |
| Lab | lab(57.39 46.99 -17.29) | color: lab(57.39 46.99 -17.29) | |
| LCH | lch(57.39 50.07 339.8) | color: lch(57.39 50.07 339.8) |
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)
#A09F99 — rgb(160, 159, 153)
Deuteranopia (Green-blind)
#A5AD96 — rgb(165, 173, 150)
Tritanopia (Blue-blind)
#C58D8A — rgb(197, 141, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 48%, 60%);
text
color: hsl(320, 48%, 60%);
border
border: 2px solid hsl(320, 48%, 60%);
gradient light
background: linear-gradient(to right, hsl(320, 48%, 80%), hsl(320, 48%, 60%));
gradient dark
background: linear-gradient(to right, hsl(320, 48%, 60%), hsl(320, 48%, 40%))
hex
background-color: #CA68A9;
tailwind
bg-[hsl(320,48%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 48%, 60%, 0.4);
css variable
--color-primary: hsl(320, 48%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 48%, 60%)?
HEX: #CA68A9 | RGB: rgb(202, 104, 169) | CMYK: 0%, 49%, 16%, 21% | HSV: 320°, 49%, 79%. Copy any format from the conversion table above.
What colors go well with #CA68A9?
The complementary color is HSL(140, 48%, 60%). 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, 48%, 60%) in CSS?
As HSL: color: hsl(320, 48%, 60%); — As HEX: color: #CA68A9; — As RGB: color: rgb(202, 104, 169); — Tailwind CSS: bg-[hsl(320,48%,60%)] — CSS variable: --color-primary: hsl(320, 48%, 60%);