HSL(336, 44%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,44%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 44%, 64%) | color: hsl(336, 44%, 64%) | |
| HEX | #CC7B9B | color: #CC7B9B | |
| RGB | rgb(204, 123, 155) | color: rgb(204, 123, 155) | |
| CMYK | cmyk(0%, 40%, 24%, 20%) | — | |
| HSV | hsv(336, 40%, 80%) | — | |
| HWB | hwb(336 48% 20%) | color: hwb(336 48% 20%) | |
| OKLCH | oklch(0.6787 0.1076 355.14) | color: oklch(0.6787 0.1076 355.14) | |
| Lab | lab(61.11 35.66 -3.63) | color: lab(61.11 35.66 -3.63) | |
| LCH | lch(61.11 35.84 354.19) | color: lch(61.11 35.84 354.19) |
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)
#A9A893 — rgb(169, 168, 147)
Deuteranopia (Green-blind)
#AEB491 — rgb(174, 180, 145)
Tritanopia (Blue-blind)
#C88D8C — rgb(200, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 44%, 64%);
text
color: hsl(336, 44%, 64%);
border
border: 2px solid hsl(336, 44%, 64%);
gradient light
background: linear-gradient(to right, hsl(336, 44%, 84%), hsl(336, 44%, 64%));
gradient dark
background: linear-gradient(to right, hsl(336, 44%, 64%), hsl(336, 44%, 44%))
hex
background-color: #CC7B9B;
tailwind
bg-[hsl(336,44%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 44%, 64%, 0.4);
css variable
--color-primary: hsl(336, 44%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 44%, 64%)?
HEX: #CC7B9B | RGB: rgb(204, 123, 155) | CMYK: 0%, 40%, 24%, 20% | HSV: 336°, 40%, 80%. Copy any format from the conversion table above.
What colors go well with #CC7B9B?
The complementary color is HSL(156, 44%, 64%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 44%, 64%) in CSS?
As HSL: color: hsl(336, 44%, 64%); — As HEX: color: #CC7B9B; — As RGB: color: rgb(204, 123, 155); — Tailwind CSS: bg-[hsl(336,44%,64%)] — CSS variable: --color-primary: hsl(336, 44%, 64%);