HSL(319, 60%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,60%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 60%, 68%) | color: hsl(319, 60%, 68%) | |
| HEX | #DE7CBF | color: #DE7CBF | |
| RGB | rgb(222, 124, 191) | color: rgb(222, 124, 191) | |
| CMYK | cmyk(0%, 44%, 14%, 13%) | — | |
| HSV | hsv(319, 44%, 87%) | — | |
| HWB | hwb(319 49% 13%) | color: hwb(319 49% 13%) | |
| OKLCH | oklch(0.7147 0.1455 340.21) | color: oklch(0.7147 0.1455 340.21) | |
| Lab | lab(64.73 46.67 -18.46) | color: lab(64.73 46.67 -18.46) | |
| LCH | lch(64.73 50.19 338.42) | color: lch(64.73 50.19 338.42) |
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)
#B4B3AF — rgb(180, 179, 175)
Deuteranopia (Green-blind)
#B9C1AB — rgb(185, 193, 171)
Tritanopia (Blue-blind)
#D9A29F — rgb(217, 162, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 60%, 68%);
text
color: hsl(319, 60%, 68%);
border
border: 2px solid hsl(319, 60%, 68%);
gradient light
background: linear-gradient(to right, hsl(319, 60%, 88%), hsl(319, 60%, 68%));
gradient dark
background: linear-gradient(to right, hsl(319, 60%, 68%), hsl(319, 60%, 48%))
hex
background-color: #DE7CBF;
tailwind
bg-[hsl(319,60%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 60%, 68%, 0.4);
css variable
--color-primary: hsl(319, 60%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 60%, 68%)?
HEX: #DE7CBF | RGB: rgb(222, 124, 191) | CMYK: 0%, 44%, 14%, 13% | HSV: 319°, 44%, 87%. Copy any format from the conversion table above.
What colors go well with #DE7CBF?
The complementary color is HSL(139, 60%, 68%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 60%, 68%) in CSS?
As HSL: color: hsl(319, 60%, 68%); — As HEX: color: #DE7CBF; — As RGB: color: rgb(222, 124, 191); — Tailwind CSS: bg-[hsl(319,60%,68%)] — CSS variable: --color-primary: hsl(319, 60%, 68%);