HSL(323, 50%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,50%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 50%, 62%) | color: hsl(323, 50%, 62%) | |
| HEX | #CF6EA9 | color: #CF6EA9 | |
| RGB | rgb(207, 110, 169) | color: rgb(207, 110, 169) | |
| CMYK | cmyk(0%, 47%, 18%, 19%) | — | |
| HSV | hsv(324, 47%, 81%) | — | |
| HWB | hwb(324 43% 19%) | color: hwb(324 43% 19%) | |
| OKLCH | oklch(0.6668 0.1406 344.24) | color: oklch(0.6668 0.1406 344.24) | |
| Lab | lab(59.24 45.56 -14.43) | color: lab(59.24 45.56 -14.43) | |
| LCH | lch(59.24 47.79 342.43) | color: lch(59.24 47.79 342.43) |
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)
#A5A49B — rgb(165, 164, 155)
Deuteranopia (Green-blind)
#ABB297 — rgb(171, 178, 151)
Tritanopia (Blue-blind)
#CA8F8D — rgb(202, 143, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 50%, 62%);
text
color: hsl(323, 50%, 62%);
border
border: 2px solid hsl(323, 50%, 62%);
gradient light
background: linear-gradient(to right, hsl(323, 50%, 82%), hsl(323, 50%, 62%));
gradient dark
background: linear-gradient(to right, hsl(323, 50%, 62%), hsl(323, 50%, 42%))
hex
background-color: #CF6EA9;
tailwind
bg-[hsl(323,50%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 50%, 62%, 0.4);
css variable
--color-primary: hsl(323, 50%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 50%, 62%)?
HEX: #CF6EA9 | RGB: rgb(207, 110, 169) | CMYK: 0%, 47%, 18%, 19% | HSV: 324°, 47%, 81%. Copy any format from the conversion table above.
What colors go well with #CF6EA9?
The complementary color is HSL(143, 50%, 62%). 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, 50%, 62%) in CSS?
As HSL: color: hsl(323, 50%, 62%); — As HEX: color: #CF6EA9; — As RGB: color: rgb(207, 110, 169); — Tailwind CSS: bg-[hsl(323,50%,62%)] — CSS variable: --color-primary: hsl(323, 50%, 62%);