HSL(320, 61%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,61%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 61%, 68%) | color: hsl(320, 61%, 68%) | |
| HEX | #DF7CBE | color: #DF7CBE | |
| RGB | rgb(223, 124, 190) | color: rgb(223, 124, 190) | |
| CMYK | cmyk(0%, 44%, 15%, 13%) | — | |
| HSV | hsv(320, 44%, 87%) | — | |
| HWB | hwb(320 49% 13%) | color: hwb(320 49% 13%) | |
| OKLCH | oklch(0.7155 0.1456 341.06) | color: oklch(0.7155 0.1456 341.06) | |
| Lab | lab(64.82 46.83 -17.74) | color: lab(64.82 46.83 -17.74) | |
| LCH | lch(64.82 50.08 339.25) | color: lch(64.82 50.08 339.25) |
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)
#B4B3AE — rgb(180, 179, 174)
Deuteranopia (Green-blind)
#BAC1AA — rgb(186, 193, 170)
Tritanopia (Blue-blind)
#DAA19F — rgb(218, 161, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 61%, 68%);
text
color: hsl(320, 61%, 68%);
border
border: 2px solid hsl(320, 61%, 68%);
gradient light
background: linear-gradient(to right, hsl(320, 61%, 88%), hsl(320, 61%, 68%));
gradient dark
background: linear-gradient(to right, hsl(320, 61%, 68%), hsl(320, 61%, 48%))
hex
background-color: #DF7CBE;
tailwind
bg-[hsl(320,61%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 61%, 68%, 0.4);
css variable
--color-primary: hsl(320, 61%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 61%, 68%)?
HEX: #DF7CBE | RGB: rgb(223, 124, 190) | CMYK: 0%, 44%, 15%, 13% | HSV: 320°, 44%, 87%. Copy any format from the conversion table above.
What colors go well with #DF7CBE?
The complementary color is HSL(140, 61%, 68%). 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, 61%, 68%) in CSS?
As HSL: color: hsl(320, 61%, 68%); — As HEX: color: #DF7CBE; — As RGB: color: rgb(223, 124, 190); — Tailwind CSS: bg-[hsl(320,61%,68%)] — CSS variable: --color-primary: hsl(320, 61%, 68%);