HSL(318, 63%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,63%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 63%, 61%) | color: hsl(318, 63%, 61%) | |
| HEX | #DA5DB5 | color: #DA5DB5 | |
| RGB | rgb(218, 93, 181) | color: rgb(218, 93, 181) | |
| CMYK | cmyk(0%, 57%, 17%, 15%) | — | |
| HSV | hsv(318, 57%, 85%) | — | |
| HWB | hwb(318 37% 15%) | color: hwb(318 37% 15%) | |
| OKLCH | oklch(0.663 0.185 340.59) | color: oklch(0.663 0.185 340.59) | |
| Lab | lab(58.11 58.88 -22.92) | color: lab(58.11 58.88 -22.92) | |
| LCH | lch(58.11 63.18 338.73) | color: lch(58.11 63.18 338.73) |
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)
#A4A3A0 — rgb(164, 163, 160)
Deuteranopia (Green-blind)
#ABB59B — rgb(171, 181, 155)
Tritanopia (Blue-blind)
#D48F8B — rgb(212, 143, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 63%, 61%);
text
color: hsl(318, 63%, 61%);
border
border: 2px solid hsl(318, 63%, 61%);
gradient light
background: linear-gradient(to right, hsl(318, 63%, 81%), hsl(318, 63%, 61%));
gradient dark
background: linear-gradient(to right, hsl(318, 63%, 61%), hsl(318, 63%, 41%))
hex
background-color: #DA5DB5;
tailwind
bg-[hsl(318,63%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 63%, 61%, 0.4);
css variable
--color-primary: hsl(318, 63%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 63%, 61%)?
HEX: #DA5DB5 | RGB: rgb(218, 93, 181) | CMYK: 0%, 57%, 17%, 15% | HSV: 318°, 57%, 85%. Copy any format from the conversion table above.
What colors go well with #DA5DB5?
The complementary color is HSL(138, 63%, 61%). 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, 63%, 61%) in CSS?
As HSL: color: hsl(318, 63%, 61%); — As HEX: color: #DA5DB5; — As RGB: color: rgb(218, 93, 181); — Tailwind CSS: bg-[hsl(318,63%,61%)] — CSS variable: --color-primary: hsl(318, 63%, 61%);