HSL(332, 38%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,38%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 38%, 75%) | color: hsl(332, 38%, 75%) | |
| HEX | #D7A7BE | color: #D7A7BE | |
| RGB | rgb(215, 167, 190) | color: rgb(215, 167, 190) | |
| CMYK | cmyk(0%, 22%, 12%, 16%) | — | |
| HSV | hsv(331, 22%, 84%) | — | |
| HWB | hwb(331 66% 16%) | color: hwb(331 66% 16%) | |
| OKLCH | oklch(0.779 0.0638 348.31) | color: oklch(0.779 0.0638 348.31) | |
| Lab | lab(73.42 21.24 -4.97) | color: lab(73.42 21.24 -4.97) | |
| LCH | lch(73.42 21.81 346.83) | color: lch(73.42 21.81 346.83) |
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)
#C2C2B8 — rgb(194, 194, 184)
Deuteranopia (Green-blind)
#C5C9B7 — rgb(197, 201, 183)
Tritanopia (Blue-blind)
#D5B4B3 — rgb(213, 180, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 38%, 75%);
text
color: hsl(332, 38%, 75%);
border
border: 2px solid hsl(332, 38%, 75%);
gradient light
background: linear-gradient(to right, hsl(332, 38%, 95%), hsl(332, 38%, 75%));
gradient dark
background: linear-gradient(to right, hsl(332, 38%, 75%), hsl(332, 38%, 55%))
hex
background-color: #D7A7BE;
tailwind
bg-[hsl(332,38%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 38%, 75%, 0.4);
css variable
--color-primary: hsl(332, 38%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 38%, 75%)?
HEX: #D7A7BE | RGB: rgb(215, 167, 190) | CMYK: 0%, 22%, 12%, 16% | HSV: 331°, 22%, 84%. Copy any format from the conversion table above.
What colors go well with #D7A7BE?
The complementary color is HSL(152, 38%, 75%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 38%, 75%) in CSS?
As HSL: color: hsl(332, 38%, 75%); — As HEX: color: #D7A7BE; — As RGB: color: rgb(215, 167, 190); — Tailwind CSS: bg-[hsl(332,38%,75%)] — CSS variable: --color-primary: hsl(332, 38%, 75%);