HSL(263, 8%, 47%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(263,8%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 8%, 47%) | color: hsl(263, 8%, 47%) | |
| HEX | #766E81 | color: #766E81 | |
| RGB | rgb(118, 110, 129) | color: rgb(118, 110, 129) | |
| CMYK | cmyk(9%, 15%, 0%, 49%) | — | |
| HSV | hsv(265, 15%, 51%) | — | |
| HWB | hwb(265 43% 49%) | color: hwb(265 43% 49%) | |
| OKLCH | oklch(0.5521 0.0305 304.47) | color: oklch(0.5521 0.0305 304.47) | |
| Lab | lab(47.74 7.03 -9.34) | color: lab(47.74 7.03 -9.34) | |
| LCH | lch(47.74 11.69 306.97) | color: lch(47.74 11.69 306.97) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#73727C — rgb(115, 114, 124)
Deuteranopia (Green-blind)
#73747B — rgb(115, 116, 123)
Tritanopia (Blue-blind)
#767978 — rgb(118, 121, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 8%, 47%);
text
color: hsl(263, 8%, 47%);
border
border: 2px solid hsl(263, 8%, 47%);
gradient light
background: linear-gradient(to right, hsl(263, 8%, 67%), hsl(263, 8%, 47%));
gradient dark
background: linear-gradient(to right, hsl(263, 8%, 47%), hsl(263, 8%, 27%))
hex
background-color: #766E81;
tailwind
bg-[hsl(263,8%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 8%, 47%, 0.4);
css variable
--color-primary: hsl(263, 8%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(263, 8%, 47%)?
HEX: #766E81 | RGB: rgb(118, 110, 129) | CMYK: 9%, 15%, 0%, 49% | HSV: 265°, 15%, 51%. Copy any format from the conversion table above.
What colors go well with #766E81?
The complementary color is HSL(83, 8%, 47%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 8%, 47%) in CSS?
As HSL: color: hsl(263, 8%, 47%); — As HEX: color: #766E81; — As RGB: color: rgb(118, 110, 129); — Tailwind CSS: bg-[hsl(263,8%,47%)] — CSS variable: --color-primary: hsl(263, 8%, 47%);