HSL(318, 67%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,67%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 67%, 62%) | color: hsl(318, 67%, 62%) | |
| HEX | #DF5DB8 | color: #DF5DB8 | |
| RGB | rgb(223, 93, 184) | color: rgb(223, 93, 184) | |
| CMYK | cmyk(0%, 58%, 17%, 13%) | — | |
| HSV | hsv(318, 58%, 87%) | — | |
| HWB | hwb(318 37% 13%) | color: hwb(318 37% 13%) | |
| OKLCH | oklch(0.6711 0.1908 340.91) | color: oklch(0.6711 0.1908 340.91) | |
| Lab | lab(58.96 60.74 -23.28) | color: lab(58.96 60.74 -23.28) | |
| LCH | lch(58.96 65.05 339.03) | color: lch(58.96 65.05 339.03) |
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)
#A7A6A2 — rgb(167, 166, 162)
Deuteranopia (Green-blind)
#AEB89D — rgb(174, 184, 157)
Tritanopia (Blue-blind)
#D9918D — rgb(217, 145, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 67%, 62%);
text
color: hsl(318, 67%, 62%);
border
border: 2px solid hsl(318, 67%, 62%);
gradient light
background: linear-gradient(to right, hsl(318, 67%, 82%), hsl(318, 67%, 62%));
gradient dark
background: linear-gradient(to right, hsl(318, 67%, 62%), hsl(318, 67%, 42%))
hex
background-color: #DF5DB8;
tailwind
bg-[hsl(318,67%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 67%, 62%, 0.4);
css variable
--color-primary: hsl(318, 67%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 67%, 62%)?
HEX: #DF5DB8 | RGB: rgb(223, 93, 184) | CMYK: 0%, 58%, 17%, 13% | HSV: 318°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #DF5DB8?
The complementary color is HSL(138, 67%, 62%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(318, 67%, 62%) in CSS?
As HSL: color: hsl(318, 67%, 62%); — As HEX: color: #DF5DB8; — As RGB: color: rgb(223, 93, 184); — Tailwind CSS: bg-[hsl(318,67%,62%)] — CSS variable: --color-primary: hsl(318, 67%, 62%);