HSL(333, 38%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,38%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 38%, 68%) | color: hsl(333, 38%, 68%) | |
| HEX | #CC8EAA | color: #CC8EAA | |
| RGB | rgb(204, 142, 170) | color: rgb(204, 142, 170) | |
| CMYK | cmyk(0%, 30%, 17%, 20%) | — | |
| HSV | hsv(333, 30%, 80%) | — | |
| HWB | hwb(333 56% 20%) | color: hwb(333 56% 20%) | |
| OKLCH | oklch(0.716 0.0832 350.7) | color: oklch(0.716 0.0832 350.7) | |
| Lab | lab(65.82 27.67 -5.21) | color: lab(65.82 27.67 -5.21) | |
| LCH | lch(65.82 28.16 349.34) | color: lch(65.82 28.16 349.34) |
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)
#B1B1A3 — rgb(177, 177, 163)
Deuteranopia (Green-blind)
#B5B9A2 — rgb(181, 185, 162)
Tritanopia (Blue-blind)
#C99E9D — rgb(201, 158, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 38%, 68%);
text
color: hsl(333, 38%, 68%);
border
border: 2px solid hsl(333, 38%, 68%);
gradient light
background: linear-gradient(to right, hsl(333, 38%, 88%), hsl(333, 38%, 68%));
gradient dark
background: linear-gradient(to right, hsl(333, 38%, 68%), hsl(333, 38%, 48%))
hex
background-color: #CC8EAA;
tailwind
bg-[hsl(333,38%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 38%, 68%, 0.4);
css variable
--color-primary: hsl(333, 38%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 38%, 68%)?
HEX: #CC8EAA | RGB: rgb(204, 142, 170) | CMYK: 0%, 30%, 17%, 20% | HSV: 333°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #CC8EAA?
The complementary color is HSL(153, 38%, 68%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 38%, 68%) in CSS?
As HSL: color: hsl(333, 38%, 68%); — As HEX: color: #CC8EAA; — As RGB: color: rgb(204, 142, 170); — Tailwind CSS: bg-[hsl(333,38%,68%)] — CSS variable: --color-primary: hsl(333, 38%, 68%);