HSL(323, 38%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,38%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 38%, 68%) | color: hsl(323, 38%, 68%) | |
| HEX | #CC8EB5 | color: #CC8EB5 | |
| RGB | rgb(204, 142, 181) | color: rgb(204, 142, 181) | |
| CMYK | cmyk(0%, 30%, 11%, 20%) | — | |
| HSV | hsv(322, 30%, 80%) | — | |
| HWB | hwb(322 56% 20%) | color: hwb(322 56% 20%) | |
| OKLCH | oklch(0.7197 0.0906 341.45) | color: oklch(0.7197 0.0906 341.45) | |
| Lab | lab(66.15 29.48 -10.89) | color: lab(66.15 29.48 -10.89) | |
| LCH | lch(66.15 31.43 339.73) | color: lch(66.15 31.43 339.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)
#B1B1AC — rgb(177, 177, 172)
Deuteranopia (Green-blind)
#B5B9A9 — rgb(181, 185, 169)
Tritanopia (Blue-blind)
#C9A4A2 — rgb(201, 164, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 38%, 68%);
text
color: hsl(323, 38%, 68%);
border
border: 2px solid hsl(323, 38%, 68%);
gradient light
background: linear-gradient(to right, hsl(323, 38%, 88%), hsl(323, 38%, 68%));
gradient dark
background: linear-gradient(to right, hsl(323, 38%, 68%), hsl(323, 38%, 48%))
hex
background-color: #CC8EB5;
tailwind
bg-[hsl(323,38%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 38%, 68%, 0.4);
css variable
--color-primary: hsl(323, 38%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 38%, 68%)?
HEX: #CC8EB5 | RGB: rgb(204, 142, 181) | CMYK: 0%, 30%, 11%, 20% | HSV: 322°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #CC8EB5?
The complementary color is HSL(143, 38%, 68%). 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, 38%, 68%) in CSS?
As HSL: color: hsl(323, 38%, 68%); — As HEX: color: #CC8EB5; — As RGB: color: rgb(204, 142, 181); — Tailwind CSS: bg-[hsl(323,38%,68%)] — CSS variable: --color-primary: hsl(323, 38%, 68%);