HSL(339, 9%, 74%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(339,9%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 9%, 74%) | color: hsl(339, 9%, 74%) | |
| HEX | #C3B7BB | color: #C3B7BB | |
| RGB | rgb(195, 183, 187) | color: rgb(195, 183, 187) | |
| CMYK | cmyk(0%, 6%, 4%, 24%) | — | |
| HSV | hsv(340, 6%, 76%) | — | |
| HWB | hwb(340 71% 24%) | color: hwb(340 71% 24%) | |
| OKLCH | oklch(0.7906 0.0147 355.12) | color: oklch(0.7906 0.0147 355.12) | |
| Lab | lab(75.49 4.96 -0.5) | color: lab(75.49 4.96 -0.5) | |
| LCH | lch(75.49 4.99 354.24) | color: lch(75.49 4.99 354.24) |
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)
#BEBEBA — rgb(190, 190, 186)
Deuteranopia (Green-blind)
#BFBFBA — rgb(191, 191, 186)
Tritanopia (Blue-blind)
#C2B9B9 — rgb(194, 185, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 9%, 74%);
text
color: hsl(339, 9%, 74%);
border
border: 2px solid hsl(339, 9%, 74%);
gradient light
background: linear-gradient(to right, hsl(339, 9%, 94%), hsl(339, 9%, 74%));
gradient dark
background: linear-gradient(to right, hsl(339, 9%, 74%), hsl(339, 9%, 54%))
hex
background-color: #C3B7BB;
tailwind
bg-[hsl(339,9%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 9%, 74%, 0.4);
css variable
--color-primary: hsl(339, 9%, 74%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(339, 9%, 74%)?
HEX: #C3B7BB | RGB: rgb(195, 183, 187) | CMYK: 0%, 6%, 4%, 24% | HSV: 340°, 6%, 76%. Copy any format from the conversion table above.
What colors go well with #C3B7BB?
The complementary color is HSL(159, 9%, 74%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 9%, 74%) in CSS?
As HSL: color: hsl(339, 9%, 74%); — As HEX: color: #C3B7BB; — As RGB: color: rgb(195, 183, 187); — Tailwind CSS: bg-[hsl(339,9%,74%)] — CSS variable: --color-primary: hsl(339, 9%, 74%);