HSL(340, 20%, 69%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,20%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 20%, 69%) | color: hsl(340, 20%, 69%) | |
| HEX | #C0A0AB | color: #C0A0AB | |
| RGB | rgb(192, 160, 171) | color: rgb(192, 160, 171) | |
| CMYK | cmyk(0%, 17%, 11%, 25%) | — | |
| HSV | hsv(339, 17%, 75%) | — | |
| HWB | hwb(339 62% 25%) | color: hwb(339 62% 25%) | |
| OKLCH | oklch(0.7376 0.0404 355.48) | color: oklch(0.7376 0.0404 355.48) | |
| Lab | lab(68.96 13.6 -1.28) | color: lab(68.96 13.6 -1.28) | |
| LCH | lch(68.96 13.66 354.62) | color: lch(68.96 13.66 354.62) |
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)
#B2B2A8 — rgb(178, 178, 168)
Deuteranopia (Green-blind)
#B4B6A8 — rgb(180, 182, 168)
Tritanopia (Blue-blind)
#BEA6A6 — rgb(190, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 20%, 69%);
text
color: hsl(340, 20%, 69%);
border
border: 2px solid hsl(340, 20%, 69%);
gradient light
background: linear-gradient(to right, hsl(340, 20%, 89%), hsl(340, 20%, 69%));
gradient dark
background: linear-gradient(to right, hsl(340, 20%, 69%), hsl(340, 20%, 49%))
hex
background-color: #C0A0AB;
tailwind
bg-[hsl(340,20%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 20%, 69%, 0.4);
css variable
--color-primary: hsl(340, 20%, 69%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 20%, 69%)?
HEX: #C0A0AB | RGB: rgb(192, 160, 171) | CMYK: 0%, 17%, 11%, 25% | HSV: 339°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #C0A0AB?
The complementary color is HSL(160, 20%, 69%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(340, 20%, 69%) in CSS?
As HSL: color: hsl(340, 20%, 69%); — As HEX: color: #C0A0AB; — As RGB: color: rgb(192, 160, 171); — Tailwind CSS: bg-[hsl(340,20%,69%)] — CSS variable: --color-primary: hsl(340, 20%, 69%);