HSL(350, 13%, 65%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(350,13%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 13%, 65%) | color: hsl(350, 13%, 65%) | |
| HEX | #B19A9E | color: #B19A9E | |
| RGB | rgb(177, 154, 158) | color: rgb(177, 154, 158) | |
| CMYK | cmyk(0%, 13%, 11%, 31%) | — | |
| HSV | hsv(350, 13%, 69%) | — | |
| HWB | hwb(350 60% 31%) | color: hwb(350 60% 31%) | |
| OKLCH | oklch(0.7077 0.0277 5.97) | color: oklch(0.7077 0.0277 5.97) | |
| Lab | lab(65.69 9.17 1.04) | color: lab(65.69 9.17 1.04) | |
| LCH | lch(65.69 9.23 6.47) | color: lch(65.69 9.23 6.47) |
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)
#A7A79D — rgb(167, 167, 157)
Deuteranopia (Green-blind)
#A8AA9D — rgb(168, 170, 157)
Tritanopia (Blue-blind)
#B09C9C — rgb(176, 156, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 13%, 65%);
text
color: hsl(350, 13%, 65%);
border
border: 2px solid hsl(350, 13%, 65%);
gradient light
background: linear-gradient(to right, hsl(350, 13%, 85%), hsl(350, 13%, 65%));
gradient dark
background: linear-gradient(to right, hsl(350, 13%, 65%), hsl(350, 13%, 45%))
hex
background-color: #B19A9E;
tailwind
bg-[hsl(350,13%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 13%, 65%, 0.4);
css variable
--color-primary: hsl(350, 13%, 65%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(350, 13%, 65%)?
HEX: #B19A9E | RGB: rgb(177, 154, 158) | CMYK: 0%, 13%, 11%, 31% | HSV: 350°, 13%, 69%. Copy any format from the conversion table above.
What colors go well with #B19A9E?
The complementary color is HSL(170, 13%, 65%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 13%, 65%) in CSS?
As HSL: color: hsl(350, 13%, 65%); — As HEX: color: #B19A9E; — As RGB: color: rgb(177, 154, 158); — Tailwind CSS: bg-[hsl(350,13%,65%)] — CSS variable: --color-primary: hsl(350, 13%, 65%);