HSL(330, 13%, 75%)
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(330,13%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 13%, 75%) | color: hsl(330, 13%, 75%) | |
| HEX | #C8B7BF | color: #C8B7BF | |
| RGB | rgb(200, 183, 191) | color: rgb(200, 183, 191) | |
| CMYK | cmyk(0%, 9%, 5%, 22%) | — | |
| HSV | hsv(332, 9%, 78%) | — | |
| HWB | hwb(332 71% 22%) | color: hwb(332 71% 22%) | |
| OKLCH | oklch(0.796 0.0221 347.43) | color: oklch(0.796 0.0221 347.43) | |
| Lab | lab(76.01 7.44 -1.86) | color: lab(76.01 7.44 -1.86) | |
| LCH | lch(76.01 7.67 345.96) | color: lch(76.01 7.67 345.96) |
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)
#C1C0BD — rgb(193, 192, 189)
Deuteranopia (Green-blind)
#C2C3BD — rgb(194, 195, 189)
Tritanopia (Blue-blind)
#C7BCBB — rgb(199, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 13%, 75%);
text
color: hsl(330, 13%, 75%);
border
border: 2px solid hsl(330, 13%, 75%);
gradient light
background: linear-gradient(to right, hsl(330, 13%, 95%), hsl(330, 13%, 75%));
gradient dark
background: linear-gradient(to right, hsl(330, 13%, 75%), hsl(330, 13%, 55%))
hex
background-color: #C8B7BF;
tailwind
bg-[hsl(330,13%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 13%, 75%, 0.4);
css variable
--color-primary: hsl(330, 13%, 75%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 13%, 75%)?
HEX: #C8B7BF | RGB: rgb(200, 183, 191) | CMYK: 0%, 9%, 5%, 22% | HSV: 332°, 9%, 78%. Copy any format from the conversion table above.
What colors go well with #C8B7BF?
The complementary color is HSL(150, 13%, 75%). 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, 13%, 75%) in CSS?
As HSL: color: hsl(330, 13%, 75%); — As HEX: color: #C8B7BF; — As RGB: color: rgb(200, 183, 191); — Tailwind CSS: bg-[hsl(330,13%,75%)] — CSS variable: --color-primary: hsl(330, 13%, 75%);