HSL(333, 40%, 65%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 40%, 65%) | color: hsl(333, 40%, 65%) | |
| HEX | #C982A2 | color: #C982A2 | |
| RGB | rgb(201, 130, 162) | color: rgb(201, 130, 162) | |
| CMYK | cmyk(0%, 35%, 19%, 21%) | — | |
| HSV | hsv(333, 35%, 79%) | — | |
| HWB | hwb(333 51% 21%) | color: hwb(333 51% 21%) | |
| OKLCH | oklch(0.6892 0.0962 351.34) | color: oklch(0.6892 0.0962 351.34) | |
| Lab | lab(62.5 31.87 -5.62) | color: lab(62.5 31.87 -5.62) | |
| LCH | lch(62.5 32.36 350) | color: lch(62.5 32.36 350) |
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)
#AAAA9A — rgb(170, 170, 154)
Deuteranopia (Green-blind)
#AEB498 — rgb(174, 180, 152)
Tritanopia (Blue-blind)
#C59493 — rgb(197, 148, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 40%, 65%);
text
color: hsl(333, 40%, 65%);
border
border: 2px solid hsl(333, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(333, 40%, 85%), hsl(333, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(333, 40%, 65%), hsl(333, 40%, 45%))
hex
background-color: #C982A2;
tailwind
bg-[hsl(333,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 40%, 65%, 0.4);
css variable
--color-primary: hsl(333, 40%, 65%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 40%, 65%)?
HEX: #C982A2 | RGB: rgb(201, 130, 162) | CMYK: 0%, 35%, 19%, 21% | HSV: 333°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #C982A2?
The complementary color is HSL(153, 40%, 65%). 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, 40%, 65%) in CSS?
As HSL: color: hsl(333, 40%, 65%); — As HEX: color: #C982A2; — As RGB: color: rgb(201, 130, 162); — Tailwind CSS: bg-[hsl(333,40%,65%)] — CSS variable: --color-primary: hsl(333, 40%, 65%);