HSL(344, 35%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(344,35%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(344, 35%, 72%) | color: hsl(344, 35%, 72%) | |
| HEX | #D19FAC | color: #D19FAC | |
| RGB | rgb(209, 159, 172) | color: rgb(209, 159, 172) | |
| CMYK | cmyk(0%, 24%, 18%, 18%) | — | |
| HSV | hsv(344, 24%, 82%) | — | |
| HWB | hwb(344 62% 18%) | color: hwb(344 62% 18%) | |
| OKLCH | oklch(0.7528 0.0616 1.45) | color: oklch(0.7528 0.0616 1.45) | |
| Lab | lab(70.41 20.51 0.48) | color: lab(70.41 20.51 0.48) | |
| LCH | lch(70.41 20.52 1.34) | color: lch(70.41 20.52 1.34) |
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)
#BBBBA9 — rgb(187, 187, 169)
Deuteranopia (Green-blind)
#BEC2A8 — rgb(190, 194, 168)
Tritanopia (Blue-blind)
#CFA6A6 — rgb(207, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(344, 35%, 72%);
text
color: hsl(344, 35%, 72%);
border
border: 2px solid hsl(344, 35%, 72%);
gradient light
background: linear-gradient(to right, hsl(344, 35%, 92%), hsl(344, 35%, 72%));
gradient dark
background: linear-gradient(to right, hsl(344, 35%, 72%), hsl(344, 35%, 52%))
hex
background-color: #D19FAC;
tailwind
bg-[hsl(344,35%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(344, 35%, 72%, 0.4);
css variable
--color-primary: hsl(344, 35%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(344, 35%, 72%)?
HEX: #D19FAC | RGB: rgb(209, 159, 172) | CMYK: 0%, 24%, 18%, 18% | HSV: 344°, 24%, 82%. Copy any format from the conversion table above.
What colors go well with #D19FAC?
The complementary color is HSL(164, 35%, 72%). For a triadic harmony, use hues 344°, 104°, and 224°. For analogous combinations, try hues 314° and 14°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(344, 35%, 72%) in CSS?
As HSL: color: hsl(344, 35%, 72%); — As HEX: color: #D19FAC; — As RGB: color: rgb(209, 159, 172); — Tailwind CSS: bg-[hsl(344,35%,72%)] — CSS variable: --color-primary: hsl(344, 35%, 72%);