HSL(341, 20%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,20%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 20%, 71%) | color: hsl(341, 20%, 71%) | |
| HEX | #C4A6B0 | color: #C4A6B0 | |
| RGB | rgb(196, 166, 176) | color: rgb(196, 166, 176) | |
| CMYK | cmyk(0%, 15%, 10%, 23%) | — | |
| HSV | hsv(340, 15%, 77%) | — | |
| HWB | hwb(340 65% 23%) | color: hwb(340 65% 23%) | |
| OKLCH | oklch(0.7545 0.0375 355.98) | color: oklch(0.7545 0.0375 355.98) | |
| Lab | lab(70.97 12.61 -1.06) | color: lab(70.97 12.61 -1.06) | |
| LCH | lch(70.97 12.65 355.19) | color: lch(70.97 12.65 355.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)
#B7B7AE — rgb(183, 183, 174)
Deuteranopia (Green-blind)
#B9BBAD — rgb(185, 187, 173)
Tritanopia (Blue-blind)
#C3ACAB — rgb(195, 172, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 20%, 71%);
text
color: hsl(341, 20%, 71%);
border
border: 2px solid hsl(341, 20%, 71%);
gradient light
background: linear-gradient(to right, hsl(341, 20%, 91%), hsl(341, 20%, 71%));
gradient dark
background: linear-gradient(to right, hsl(341, 20%, 71%), hsl(341, 20%, 51%))
hex
background-color: #C4A6B0;
tailwind
bg-[hsl(341,20%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 20%, 71%, 0.4);
css variable
--color-primary: hsl(341, 20%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 20%, 71%)?
HEX: #C4A6B0 | RGB: rgb(196, 166, 176) | CMYK: 0%, 15%, 10%, 23% | HSV: 340°, 15%, 77%. Copy any format from the conversion table above.
What colors go well with #C4A6B0?
The complementary color is HSL(161, 20%, 71%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 20%, 71%) in CSS?
As HSL: color: hsl(341, 20%, 71%); — As HEX: color: #C4A6B0; — As RGB: color: rgb(196, 166, 176); — Tailwind CSS: bg-[hsl(341,20%,71%)] — CSS variable: --color-primary: hsl(341, 20%, 71%);