HSL(316, 39%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,39%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 39%, 67%) | color: hsl(316, 39%, 67%) | |
| HEX | #CC8ABA | color: #CC8ABA | |
| RGB | rgb(204, 138, 186) | color: rgb(204, 138, 186) | |
| CMYK | cmyk(0%, 32%, 9%, 20%) | — | |
| HSV | hsv(316, 32%, 80%) | — | |
| HWB | hwb(316 54% 20%) | color: hwb(316 54% 20%) | |
| OKLCH | oklch(0.7146 0.1018 337.12) | color: oklch(0.7146 0.1018 337.12) | |
| Lab | lab(65.41 32.51 -14.82) | color: lab(65.41 32.51 -14.82) | |
| LCH | lch(65.41 35.73 335.49) | color: lch(65.41 35.73 335.49) |
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)
#AFAFAE — rgb(175, 175, 174)
Deuteranopia (Green-blind)
#B3B8AC — rgb(179, 184, 172)
Tritanopia (Blue-blind)
#C9A5A3 — rgb(201, 165, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 39%, 67%);
text
color: hsl(316, 39%, 67%);
border
border: 2px solid hsl(316, 39%, 67%);
gradient light
background: linear-gradient(to right, hsl(316, 39%, 87%), hsl(316, 39%, 67%));
gradient dark
background: linear-gradient(to right, hsl(316, 39%, 67%), hsl(316, 39%, 47%))
hex
background-color: #CC8ABA;
tailwind
bg-[hsl(316,39%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 39%, 67%, 0.4);
css variable
--color-primary: hsl(316, 39%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 39%, 67%)?
HEX: #CC8ABA | RGB: rgb(204, 138, 186) | CMYK: 0%, 32%, 9%, 20% | HSV: 316°, 32%, 80%. Copy any format from the conversion table above.
What colors go well with #CC8ABA?
The complementary color is HSL(136, 39%, 67%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 39%, 67%) in CSS?
As HSL: color: hsl(316, 39%, 67%); — As HEX: color: #CC8ABA; — As RGB: color: rgb(204, 138, 186); — Tailwind CSS: bg-[hsl(316,39%,67%)] — CSS variable: --color-primary: hsl(316, 39%, 67%);