HSL(321, 34%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,34%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 34%, 64%) | color: hsl(321, 34%, 64%) | |
| HEX | #C284AD | color: #C284AD | |
| RGB | rgb(194, 132, 173) | color: rgb(194, 132, 173) | |
| CMYK | cmyk(0%, 32%, 11%, 24%) | — | |
| HSV | hsv(320, 32%, 76%) | — | |
| HWB | hwb(320 52% 24%) | color: hwb(320 52% 24%) | |
| OKLCH | oklch(0.6885 0.0931 340.06) | color: oklch(0.6885 0.0931 340.06) | |
| Lab | lab(62.5 30.12 -11.96) | color: lab(62.5 30.12 -11.96) | |
| LCH | lch(62.5 32.41 338.34) | color: lch(62.5 32.41 338.34) |
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)
#A7A7A3 — rgb(167, 167, 163)
Deuteranopia (Green-blind)
#ABAFA1 — rgb(171, 175, 161)
Tritanopia (Blue-blind)
#BF9B9A — rgb(191, 155, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 34%, 64%);
text
color: hsl(321, 34%, 64%);
border
border: 2px solid hsl(321, 34%, 64%);
gradient light
background: linear-gradient(to right, hsl(321, 34%, 84%), hsl(321, 34%, 64%));
gradient dark
background: linear-gradient(to right, hsl(321, 34%, 64%), hsl(321, 34%, 44%))
hex
background-color: #C284AD;
tailwind
bg-[hsl(321,34%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 34%, 64%, 0.4);
css variable
--color-primary: hsl(321, 34%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 34%, 64%)?
HEX: #C284AD | RGB: rgb(194, 132, 173) | CMYK: 0%, 32%, 11%, 24% | HSV: 320°, 32%, 76%. Copy any format from the conversion table above.
What colors go well with #C284AD?
The complementary color is HSL(141, 34%, 64%). 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, 34%, 64%) in CSS?
As HSL: color: hsl(321, 34%, 64%); — As HEX: color: #C284AD; — As RGB: color: rgb(194, 132, 173); — Tailwind CSS: bg-[hsl(321,34%,64%)] — CSS variable: --color-primary: hsl(321, 34%, 64%);