HSL(322, 32%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,32%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 32%, 68%) | color: hsl(322, 32%, 68%) | |
| HEX | #C893B4 | color: #C893B4 | |
| RGB | rgb(200, 147, 180) | color: rgb(200, 147, 180) | |
| CMYK | cmyk(0%, 27%, 10%, 22%) | — | |
| HSV | hsv(323, 27%, 78%) | — | |
| HWB | hwb(323 57% 22%) | color: hwb(323 57% 22%) | |
| OKLCH | oklch(0.7241 0.0772 341.39) | color: oklch(0.7241 0.0772 341.39) | |
| Lab | lab(66.86 25.17 -9.32) | color: lab(66.86 25.17 -9.32) | |
| LCH | lch(66.86 26.84 339.68) | color: lch(66.86 26.84 339.68) |
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)
#B1B1AC — rgb(177, 177, 172)
Deuteranopia (Green-blind)
#B4B8AA — rgb(180, 184, 170)
Tritanopia (Blue-blind)
#C5A6A4 — rgb(197, 166, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 32%, 68%);
text
color: hsl(322, 32%, 68%);
border
border: 2px solid hsl(322, 32%, 68%);
gradient light
background: linear-gradient(to right, hsl(322, 32%, 88%), hsl(322, 32%, 68%));
gradient dark
background: linear-gradient(to right, hsl(322, 32%, 68%), hsl(322, 32%, 48%))
hex
background-color: #C893B4;
tailwind
bg-[hsl(322,32%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 32%, 68%, 0.4);
css variable
--color-primary: hsl(322, 32%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 32%, 68%)?
HEX: #C893B4 | RGB: rgb(200, 147, 180) | CMYK: 0%, 27%, 10%, 22% | HSV: 323°, 27%, 78%. Copy any format from the conversion table above.
What colors go well with #C893B4?
The complementary color is HSL(142, 32%, 68%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 32%, 68%) in CSS?
As HSL: color: hsl(322, 32%, 68%); — As HEX: color: #C893B4; — As RGB: color: rgb(200, 147, 180); — Tailwind CSS: bg-[hsl(322,32%,68%)] — CSS variable: --color-primary: hsl(322, 32%, 68%);