HSL(320, 30%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,30%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 30%, 71%) | color: hsl(320, 30%, 71%) | |
| HEX | #CB9FBC | color: #CB9FBC | |
| RGB | rgb(203, 159, 188) | color: rgb(203, 159, 188) | |
| CMYK | cmyk(0%, 22%, 7%, 20%) | — | |
| HSV | hsv(320, 22%, 80%) | — | |
| HWB | hwb(320 62% 20%) | color: hwb(320 62% 20%) | |
| OKLCH | oklch(0.7518 0.0648 339.26) | color: oklch(0.7518 0.0648 339.26) | |
| Lab | lab(70.26 21.03 -8.67) | color: lab(70.26 21.03 -8.67) | |
| LCH | lch(70.26 22.75 337.6) | color: lch(70.26 22.75 337.6) |
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)
#B8B8B5 — rgb(184, 184, 181)
Deuteranopia (Green-blind)
#BBBEB3 — rgb(187, 190, 179)
Tritanopia (Blue-blind)
#C9AFAE — rgb(201, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 30%, 71%);
text
color: hsl(320, 30%, 71%);
border
border: 2px solid hsl(320, 30%, 71%);
gradient light
background: linear-gradient(to right, hsl(320, 30%, 91%), hsl(320, 30%, 71%));
gradient dark
background: linear-gradient(to right, hsl(320, 30%, 71%), hsl(320, 30%, 51%))
hex
background-color: #CB9FBC;
tailwind
bg-[hsl(320,30%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 30%, 71%, 0.4);
css variable
--color-primary: hsl(320, 30%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 30%, 71%)?
HEX: #CB9FBC | RGB: rgb(203, 159, 188) | CMYK: 0%, 22%, 7%, 20% | HSV: 320°, 22%, 80%. Copy any format from the conversion table above.
What colors go well with #CB9FBC?
The complementary color is HSL(140, 30%, 71%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 30%, 71%) in CSS?
As HSL: color: hsl(320, 30%, 71%); — As HEX: color: #CB9FBC; — As RGB: color: rgb(203, 159, 188); — Tailwind CSS: bg-[hsl(320,30%,71%)] — CSS variable: --color-primary: hsl(320, 30%, 71%);