HSL(335, 13%, 65%)
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,13%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 13%, 65%) | color: hsl(335, 13%, 65%) | |
| HEX | #B19AA4 | color: #B19AA4 | |
| RGB | rgb(177, 154, 164) | color: rgb(177, 154, 164) | |
| CMYK | cmyk(0%, 13%, 7%, 31%) | — | |
| HSV | hsv(334, 13%, 69%) | — | |
| HWB | hwb(334 60% 31%) | color: hwb(334 60% 31%) | |
| OKLCH | oklch(0.7096 0.0304 349.81) | color: oklch(0.7096 0.0304 349.81) | |
| Lab | lab(65.86 10.22 -2.08) | color: lab(65.86 10.22 -2.08) | |
| LCH | lch(65.86 10.43 348.5) | color: lch(65.86 10.43 348.5) |
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)
#A7A7A2 — rgb(167, 167, 162)
Deuteranopia (Green-blind)
#A8AAA1 — rgb(168, 170, 161)
Tritanopia (Blue-blind)
#B0A09F — rgb(176, 160, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 13%, 65%);
text
color: hsl(335, 13%, 65%);
border
border: 2px solid hsl(335, 13%, 65%);
gradient light
background: linear-gradient(to right, hsl(335, 13%, 85%), hsl(335, 13%, 65%));
gradient dark
background: linear-gradient(to right, hsl(335, 13%, 65%), hsl(335, 13%, 45%))
hex
background-color: #B19AA4;
tailwind
bg-[hsl(335,13%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 13%, 65%, 0.4);
css variable
--color-primary: hsl(335, 13%, 65%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 13%, 65%)?
HEX: #B19AA4 | RGB: rgb(177, 154, 164) | CMYK: 0%, 13%, 7%, 31% | HSV: 334°, 13%, 69%. Copy any format from the conversion table above.
What colors go well with #B19AA4?
The complementary color is HSL(155, 13%, 65%). 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, 13%, 65%) in CSS?
As HSL: color: hsl(335, 13%, 65%); — As HEX: color: #B19AA4; — As RGB: color: rgb(177, 154, 164); — Tailwind CSS: bg-[hsl(335,13%,65%)] — CSS variable: --color-primary: hsl(335, 13%, 65%);