HSL(320, 30%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 30%, 79%) | color: hsl(320, 30%, 79%) | |
| HEX | #DAB9CF | color: #DAB9CF | |
| RGB | rgb(218, 185, 207) | color: rgb(218, 185, 207) | |
| CMYK | cmyk(0%, 15%, 5%, 15%) | — | |
| HSV | hsv(320, 15%, 85%) | — | |
| HWB | hwb(320 72% 15%) | color: hwb(320 72% 15%) | |
| OKLCH | oklch(0.8208 0.0477 338.39) | color: oklch(0.8208 0.0477 338.39) | |
| Lab | lab(78.53 15.5 -6.66) | color: lab(78.53 15.5 -6.66) | |
| LCH | lch(78.53 16.87 336.75) | color: lch(78.53 16.87 336.75) |
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)
#CCCBCA — rgb(204, 203, 202)
Deuteranopia (Green-blind)
#CED0C8 — rgb(206, 208, 200)
Tritanopia (Blue-blind)
#D8C5C5 — rgb(216, 197, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 30%, 79%);
text
color: hsl(320, 30%, 79%);
border
border: 2px solid hsl(320, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(320, 30%, 99%), hsl(320, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(320, 30%, 79%), hsl(320, 30%, 59%))
hex
background-color: #DAB9CF;
tailwind
bg-[hsl(320,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 30%, 79%, 0.4);
css variable
--color-primary: hsl(320, 30%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 30%, 79%)?
HEX: #DAB9CF | RGB: rgb(218, 185, 207) | CMYK: 0%, 15%, 5%, 15% | HSV: 320°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #DAB9CF?
The complementary color is HSL(140, 30%, 79%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 30%, 79%) in CSS?
As HSL: color: hsl(320, 30%, 79%); — As HEX: color: #DAB9CF; — As RGB: color: rgb(218, 185, 207); — Tailwind CSS: bg-[hsl(320,30%,79%)] — CSS variable: --color-primary: hsl(320, 30%, 79%);