HSL(335, 14%, 77%)
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(335,14%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 14%, 77%) | color: hsl(335, 14%, 77%) | |
| HEX | #CDBCC3 | color: #CDBCC3 | |
| RGB | rgb(205, 188, 195) | color: rgb(205, 188, 195) | |
| CMYK | cmyk(0%, 8%, 5%, 20%) | — | |
| HSV | hsv(335, 8%, 80%) | — | |
| HWB | hwb(335 74% 20%) | color: hwb(335 74% 20%) | |
| OKLCH | oklch(0.8114 0.0214 350.68) | color: oklch(0.8114 0.0214 350.68) | |
| Lab | lab(77.81 7.22 -1.35) | color: lab(77.81 7.22 -1.35) | |
| LCH | lch(77.81 7.35 349.41) | color: lch(77.81 7.35 349.41) |
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)
#C6C5C1 — rgb(198, 197, 193)
Deuteranopia (Green-blind)
#C7C8C1 — rgb(199, 200, 193)
Tritanopia (Blue-blind)
#CCC0C0 — rgb(204, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 14%, 77%);
text
color: hsl(335, 14%, 77%);
border
border: 2px solid hsl(335, 14%, 77%);
gradient light
background: linear-gradient(to right, hsl(335, 14%, 97%), hsl(335, 14%, 77%));
gradient dark
background: linear-gradient(to right, hsl(335, 14%, 77%), hsl(335, 14%, 57%))
hex
background-color: #CDBCC3;
tailwind
bg-[hsl(335,14%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 14%, 77%, 0.4);
css variable
--color-primary: hsl(335, 14%, 77%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 14%, 77%)?
HEX: #CDBCC3 | RGB: rgb(205, 188, 195) | CMYK: 0%, 8%, 5%, 20% | HSV: 335°, 8%, 80%. Copy any format from the conversion table above.
What colors go well with #CDBCC3?
The complementary color is HSL(155, 14%, 77%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 14%, 77%) in CSS?
As HSL: color: hsl(335, 14%, 77%); — As HEX: color: #CDBCC3; — As RGB: color: rgb(205, 188, 195); — Tailwind CSS: bg-[hsl(335,14%,77%)] — CSS variable: --color-primary: hsl(335, 14%, 77%);