HSL(320, 33%, 63%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,33%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 33%, 63%) | color: hsl(320, 33%, 63%) | |
| HEX | #C082AB | color: #C082AB | |
| RGB | rgb(192, 130, 171) | color: rgb(192, 130, 171) | |
| CMYK | cmyk(0%, 32%, 11%, 25%) | — | |
| HSV | hsv(320, 32%, 75%) | — | |
| HWB | hwb(320 51% 25%) | color: hwb(320 51% 25%) | |
| OKLCH | oklch(0.6821 0.0933 340.09) | color: oklch(0.6821 0.0933 340.09) | |
| Lab | lab(61.75 30.18 -11.97) | color: lab(61.75 30.18 -11.97) | |
| LCH | lch(61.75 32.47 338.37) | color: lch(61.75 32.47 338.37) |
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)
#A5A5A1 — rgb(165, 165, 161)
Deuteranopia (Green-blind)
#A9AD9F — rgb(169, 173, 159)
Tritanopia (Blue-blind)
#BD9998 — rgb(189, 153, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 33%, 63%);
text
color: hsl(320, 33%, 63%);
border
border: 2px solid hsl(320, 33%, 63%);
gradient light
background: linear-gradient(to right, hsl(320, 33%, 83%), hsl(320, 33%, 63%));
gradient dark
background: linear-gradient(to right, hsl(320, 33%, 63%), hsl(320, 33%, 43%))
hex
background-color: #C082AB;
tailwind
bg-[hsl(320,33%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 33%, 63%, 0.4);
css variable
--color-primary: hsl(320, 33%, 63%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 33%, 63%)?
HEX: #C082AB | RGB: rgb(192, 130, 171) | CMYK: 0%, 32%, 11%, 25% | HSV: 320°, 32%, 75%. Copy any format from the conversion table above.
What colors go well with #C082AB?
The complementary color is HSL(140, 33%, 63%). 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, 33%, 63%) in CSS?
As HSL: color: hsl(320, 33%, 63%); — As HEX: color: #C082AB; — As RGB: color: rgb(192, 130, 171); — Tailwind CSS: bg-[hsl(320,33%,63%)] — CSS variable: --color-primary: hsl(320, 33%, 63%);