HSL(316, 45%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,45%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 45%, 76%) | color: hsl(316, 45%, 76%) | |
| HEX | #DDA6CF | color: #DDA6CF | |
| RGB | rgb(221, 166, 207) | color: rgb(221, 166, 207) | |
| CMYK | cmyk(0%, 25%, 6%, 13%) | — | |
| HSV | hsv(315, 25%, 87%) | — | |
| HWB | hwb(315 65% 13%) | color: hwb(315 65% 13%) | |
| OKLCH | oklch(0.7887 0.0839 335.76) | color: oklch(0.7887 0.0839 335.76) | |
| Lab | lab(74.29 26.77 -12.94) | color: lab(74.29 26.77 -12.94) | |
| LCH | lch(74.29 29.73 334.2) | color: lch(74.29 29.73 334.2) |
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)
#C5C5C5 — rgb(197, 197, 197)
Deuteranopia (Green-blind)
#C8CDC3 — rgb(200, 205, 195)
Tritanopia (Blue-blind)
#DABDBC — rgb(218, 189, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 45%, 76%);
text
color: hsl(316, 45%, 76%);
border
border: 2px solid hsl(316, 45%, 76%);
gradient light
background: linear-gradient(to right, hsl(316, 45%, 96%), hsl(316, 45%, 76%));
gradient dark
background: linear-gradient(to right, hsl(316, 45%, 76%), hsl(316, 45%, 56%))
hex
background-color: #DDA6CF;
tailwind
bg-[hsl(316,45%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 45%, 76%, 0.4);
css variable
--color-primary: hsl(316, 45%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 45%, 76%)?
HEX: #DDA6CF | RGB: rgb(221, 166, 207) | CMYK: 0%, 25%, 6%, 13% | HSV: 315°, 25%, 87%. Copy any format from the conversion table above.
What colors go well with #DDA6CF?
The complementary color is HSL(136, 45%, 76%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 45%, 76%) in CSS?
As HSL: color: hsl(316, 45%, 76%); — As HEX: color: #DDA6CF; — As RGB: color: rgb(221, 166, 207); — Tailwind CSS: bg-[hsl(316,45%,76%)] — CSS variable: --color-primary: hsl(316, 45%, 76%);