HSL(322, 35%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,35%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 35%, 75%) | color: hsl(322, 35%, 75%) | |
| HEX | #D6A9C5 | color: #D6A9C5 | |
| RGB | rgb(214, 169, 197) | color: rgb(214, 169, 197) | |
| CMYK | cmyk(0%, 21%, 8%, 16%) | — | |
| HSV | hsv(323, 21%, 84%) | — | |
| HWB | hwb(323 66% 16%) | color: hwb(323 66% 16%) | |
| OKLCH | oklch(0.784 0.0642 340.92) | color: oklch(0.784 0.0642 340.92) | |
| Lab | lab(74 21 -7.96) | color: lab(74 21 -7.96) | |
| LCH | lch(74 22.46 339.24) | color: lch(74 22.46 339.24) |
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)
#C3C2BE — rgb(195, 194, 190)
Deuteranopia (Green-blind)
#C5C9BD — rgb(197, 201, 189)
Tritanopia (Blue-blind)
#D4B9B8 — rgb(212, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 35%, 75%);
text
color: hsl(322, 35%, 75%);
border
border: 2px solid hsl(322, 35%, 75%);
gradient light
background: linear-gradient(to right, hsl(322, 35%, 95%), hsl(322, 35%, 75%));
gradient dark
background: linear-gradient(to right, hsl(322, 35%, 75%), hsl(322, 35%, 55%))
hex
background-color: #D6A9C5;
tailwind
bg-[hsl(322,35%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 35%, 75%, 0.4);
css variable
--color-primary: hsl(322, 35%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 35%, 75%)?
HEX: #D6A9C5 | RGB: rgb(214, 169, 197) | CMYK: 0%, 21%, 8%, 16% | HSV: 323°, 21%, 84%. Copy any format from the conversion table above.
What colors go well with #D6A9C5?
The complementary color is HSL(142, 35%, 75%). 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, 35%, 75%) in CSS?
As HSL: color: hsl(322, 35%, 75%); — As HEX: color: #D6A9C5; — As RGB: color: rgb(214, 169, 197); — Tailwind CSS: bg-[hsl(322,35%,75%)] — CSS variable: --color-primary: hsl(322, 35%, 75%);