HSL(331, 61%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,61%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 61%, 68%) | color: hsl(331, 61%, 68%) | |
| HEX | #DF7CAC | color: #DF7CAC | |
| RGB | rgb(223, 124, 172) | color: rgb(223, 124, 172) | |
| CMYK | cmyk(0%, 44%, 23%, 13%) | — | |
| HSV | hsv(331, 44%, 87%) | — | |
| HWB | hwb(331 49% 13%) | color: hwb(331 49% 13%) | |
| OKLCH | oklch(0.7091 0.1342 350.62) | color: oklch(0.7091 0.1342 350.62) | |
| Lab | lab(64.23 44.13 -8.45) | color: lab(64.23 44.13 -8.45) | |
| LCH | lch(64.23 44.93 349.16) | color: lch(64.23 44.93 349.16) |
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)
#B4B3A0 — rgb(180, 179, 160)
Deuteranopia (Green-blind)
#BAC19E — rgb(186, 193, 158)
Tritanopia (Blue-blind)
#DA9795 — rgb(218, 151, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 61%, 68%);
text
color: hsl(331, 61%, 68%);
border
border: 2px solid hsl(331, 61%, 68%);
gradient light
background: linear-gradient(to right, hsl(331, 61%, 88%), hsl(331, 61%, 68%));
gradient dark
background: linear-gradient(to right, hsl(331, 61%, 68%), hsl(331, 61%, 48%))
hex
background-color: #DF7CAC;
tailwind
bg-[hsl(331,61%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 61%, 68%, 0.4);
css variable
--color-primary: hsl(331, 61%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 61%, 68%)?
HEX: #DF7CAC | RGB: rgb(223, 124, 172) | CMYK: 0%, 44%, 23%, 13% | HSV: 331°, 44%, 87%. Copy any format from the conversion table above.
What colors go well with #DF7CAC?
The complementary color is HSL(151, 61%, 68%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 61%, 68%) in CSS?
As HSL: color: hsl(331, 61%, 68%); — As HEX: color: #DF7CAC; — As RGB: color: rgb(223, 124, 172); — Tailwind CSS: bg-[hsl(331,61%,68%)] — CSS variable: --color-primary: hsl(331, 61%, 68%);