HSL(298, 3%, 68%)
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(298,3%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 3%, 68%) | color: hsl(298, 3%, 68%) | |
| HEX | #B0ABB0 | color: #B0ABB0 | |
| RGB | rgb(176, 171, 176) | color: rgb(176, 171, 176) | |
| CMYK | cmyk(0%, 3%, 0%, 31%) | — | |
| HSV | hsv(300, 3%, 69%) | — | |
| HWB | hwb(300 67% 31%) | color: hwb(300 67% 31%) | |
| OKLCH | oklch(0.7469 0.009 325.67) | color: oklch(0.7469 0.009 325.67) | |
| Lab | lab(70.52 2.71 -1.93) | color: lab(70.52 2.71 -1.93) | |
| LCH | lch(70.52 3.33 324.54) | color: lch(70.52 3.33 324.54) |
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)
#AEAEAF — rgb(174, 174, 175)
Deuteranopia (Green-blind)
#AEAFAF — rgb(174, 175, 175)
Tritanopia (Blue-blind)
#B0AEAE — rgb(176, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 3%, 68%);
text
color: hsl(298, 3%, 68%);
border
border: 2px solid hsl(298, 3%, 68%);
gradient light
background: linear-gradient(to right, hsl(298, 3%, 88%), hsl(298, 3%, 68%));
gradient dark
background: linear-gradient(to right, hsl(298, 3%, 68%), hsl(298, 3%, 48%))
hex
background-color: #B0ABB0;
tailwind
bg-[hsl(298,3%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 3%, 68%, 0.4);
css variable
--color-primary: hsl(298, 3%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(298, 3%, 68%)?
HEX: #B0ABB0 | RGB: rgb(176, 171, 176) | CMYK: 0%, 3%, 0%, 31% | HSV: 300°, 3%, 69%. Copy any format from the conversion table above.
What colors go well with #B0ABB0?
The complementary color is HSL(118, 3%, 68%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 3%, 68%) in CSS?
As HSL: color: hsl(298, 3%, 68%); — As HEX: color: #B0ABB0; — As RGB: color: rgb(176, 171, 176); — Tailwind CSS: bg-[hsl(298,3%,68%)] — CSS variable: --color-primary: hsl(298, 3%, 68%);