HSL(326, 46%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,46%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 46%, 71%) | color: hsl(326, 46%, 71%) | |
| HEX | #D793BA | color: #D793BA | |
| RGB | rgb(215, 147, 186) | color: rgb(215, 147, 186) | |
| CMYK | cmyk(0%, 32%, 13%, 16%) | — | |
| HSV | hsv(326, 32%, 84%) | — | |
| HWB | hwb(326 57% 16%) | color: hwb(326 57% 16%) | |
| OKLCH | oklch(0.742 0.0958 344.33) | color: oklch(0.742 0.0958 344.33) | |
| Lab | lab(68.65 31.41 -9.83) | color: lab(68.65 31.41 -9.83) | |
| LCH | lch(68.65 32.91 342.62) | color: lch(68.65 32.91 342.62) |
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)
#BAB9B1 — rgb(186, 185, 177)
Deuteranopia (Green-blind)
#BEC3AE — rgb(190, 195, 174)
Tritanopia (Blue-blind)
#D4A9A7 — rgb(212, 169, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 46%, 71%);
text
color: hsl(326, 46%, 71%);
border
border: 2px solid hsl(326, 46%, 71%);
gradient light
background: linear-gradient(to right, hsl(326, 46%, 91%), hsl(326, 46%, 71%));
gradient dark
background: linear-gradient(to right, hsl(326, 46%, 71%), hsl(326, 46%, 51%))
hex
background-color: #D793BA;
tailwind
bg-[hsl(326,46%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 46%, 71%, 0.4);
css variable
--color-primary: hsl(326, 46%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 46%, 71%)?
HEX: #D793BA | RGB: rgb(215, 147, 186) | CMYK: 0%, 32%, 13%, 16% | HSV: 326°, 32%, 84%. Copy any format from the conversion table above.
What colors go well with #D793BA?
The complementary color is HSL(146, 46%, 71%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 46%, 71%) in CSS?
As HSL: color: hsl(326, 46%, 71%); — As HEX: color: #D793BA; — As RGB: color: rgb(215, 147, 186); — Tailwind CSS: bg-[hsl(326,46%,71%)] — CSS variable: --color-primary: hsl(326, 46%, 71%);