HSL(330, 20%, 70%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,20%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 20%, 70%) | color: hsl(330, 20%, 70%) | |
| HEX | #C2A3B3 | color: #C2A3B3 | |
| RGB | rgb(194, 163, 179) | color: rgb(194, 163, 179) | |
| CMYK | cmyk(0%, 16%, 8%, 24%) | — | |
| HSV | hsv(329, 16%, 76%) | — | |
| HWB | hwb(329 64% 24%) | color: hwb(329 64% 24%) | |
| OKLCH | oklch(0.7478 0.0422 345.7) | color: oklch(0.7478 0.0422 345.7) | |
| Lab | lab(70.12 14.06 -3.99) | color: lab(70.12 14.06 -3.99) | |
| LCH | lch(70.12 14.62 344.16) | color: lch(70.12 14.62 344.16) |
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)
#B5B4AF — rgb(181, 180, 175)
Deuteranopia (Green-blind)
#B6B9AE — rgb(182, 185, 174)
Tritanopia (Blue-blind)
#C0ACAB — rgb(192, 172, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 20%, 70%);
text
color: hsl(330, 20%, 70%);
border
border: 2px solid hsl(330, 20%, 70%);
gradient light
background: linear-gradient(to right, hsl(330, 20%, 90%), hsl(330, 20%, 70%));
gradient dark
background: linear-gradient(to right, hsl(330, 20%, 70%), hsl(330, 20%, 50%))
hex
background-color: #C2A3B3;
tailwind
bg-[hsl(330,20%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 20%, 70%, 0.4);
css variable
--color-primary: hsl(330, 20%, 70%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 20%, 70%)?
HEX: #C2A3B3 | RGB: rgb(194, 163, 179) | CMYK: 0%, 16%, 8%, 24% | HSV: 329°, 16%, 76%. Copy any format from the conversion table above.
What colors go well with #C2A3B3?
The complementary color is HSL(150, 20%, 70%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 20%, 70%) in CSS?
As HSL: color: hsl(330, 20%, 70%); — As HEX: color: #C2A3B3; — As RGB: color: rgb(194, 163, 179); — Tailwind CSS: bg-[hsl(330,20%,70%)] — CSS variable: --color-primary: hsl(330, 20%, 70%);