HSL(323, 47%, 63%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,47%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 47%, 63%) | color: hsl(323, 47%, 63%) | |
| HEX | #CD74AB | color: #CD74AB | |
| RGB | rgb(205, 116, 171) | color: rgb(205, 116, 171) | |
| CMYK | cmyk(0%, 43%, 17%, 20%) | — | |
| HSV | hsv(323, 43%, 80%) | — | |
| HWB | hwb(323 46% 20%) | color: hwb(323 46% 20%) | |
| OKLCH | oklch(0.6742 0.13 343.34) | color: oklch(0.6742 0.13 343.34) | |
| Lab | lab(60.26 42.12 -14.06) | color: lab(60.26 42.12 -14.06) | |
| LCH | lch(60.26 44.4 341.54) | color: lch(60.26 44.4 341.54) |
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)
#A6A69E — rgb(166, 166, 158)
Deuteranopia (Green-blind)
#ACB29B — rgb(172, 178, 155)
Tritanopia (Blue-blind)
#C99391 — rgb(201, 147, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 47%, 63%);
text
color: hsl(323, 47%, 63%);
border
border: 2px solid hsl(323, 47%, 63%);
gradient light
background: linear-gradient(to right, hsl(323, 47%, 83%), hsl(323, 47%, 63%));
gradient dark
background: linear-gradient(to right, hsl(323, 47%, 63%), hsl(323, 47%, 43%))
hex
background-color: #CD74AB;
tailwind
bg-[hsl(323,47%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 47%, 63%, 0.4);
css variable
--color-primary: hsl(323, 47%, 63%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 47%, 63%)?
HEX: #CD74AB | RGB: rgb(205, 116, 171) | CMYK: 0%, 43%, 17%, 20% | HSV: 323°, 43%, 80%. Copy any format from the conversion table above.
What colors go well with #CD74AB?
The complementary color is HSL(143, 47%, 63%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 47%, 63%) in CSS?
As HSL: color: hsl(323, 47%, 63%); — As HEX: color: #CD74AB; — As RGB: color: rgb(205, 116, 171); — Tailwind CSS: bg-[hsl(323,47%,63%)] — CSS variable: --color-primary: hsl(323, 47%, 63%);