HSL(341, 12%, 72%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(341,12%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 12%, 72%) | color: hsl(341, 12%, 72%) | |
| HEX | #C0AFB4 | color: #C0AFB4 | |
| RGB | rgb(192, 175, 180) | color: rgb(192, 175, 180) | |
| CMYK | cmyk(0%, 9%, 6%, 25%) | — | |
| HSV | hsv(342, 9%, 75%) | — | |
| HWB | hwb(342 68% 25%) | color: hwb(342 68% 25%) | |
| OKLCH | oklch(0.7699 0.0207 357.79) | color: oklch(0.7699 0.0207 357.79) | |
| Lab | lab(73 6.96 -0.34) | color: lab(73 6.96 -0.34) | |
| LCH | lch(73 6.97 357.2) | color: lch(73 6.97 357.2) |
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)
#B9B8B3 — rgb(185, 184, 179)
Deuteranopia (Green-blind)
#BABBB3 — rgb(186, 187, 179)
Tritanopia (Blue-blind)
#BFB2B2 — rgb(191, 178, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 12%, 72%);
text
color: hsl(341, 12%, 72%);
border
border: 2px solid hsl(341, 12%, 72%);
gradient light
background: linear-gradient(to right, hsl(341, 12%, 92%), hsl(341, 12%, 72%));
gradient dark
background: linear-gradient(to right, hsl(341, 12%, 72%), hsl(341, 12%, 52%))
hex
background-color: #C0AFB4;
tailwind
bg-[hsl(341,12%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 12%, 72%, 0.4);
css variable
--color-primary: hsl(341, 12%, 72%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 12%, 72%)?
HEX: #C0AFB4 | RGB: rgb(192, 175, 180) | CMYK: 0%, 9%, 6%, 25% | HSV: 342°, 9%, 75%. Copy any format from the conversion table above.
What colors go well with #C0AFB4?
The complementary color is HSL(161, 12%, 72%). 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, 12%, 72%) in CSS?
As HSL: color: hsl(341, 12%, 72%); — As HEX: color: #C0AFB4; — As RGB: color: rgb(192, 175, 180); — Tailwind CSS: bg-[hsl(341,12%,72%)] — CSS variable: --color-primary: hsl(341, 12%, 72%);