HSL(185, 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(185,3%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 3%, 68%) | color: hsl(185, 3%, 68%) | |
| HEX | #ABAFB0 | color: #ABAFB0 | |
| RGB | rgb(171, 175, 176) | color: rgb(171, 175, 176) | |
| CMYK | cmyk(3%, 1%, 0%, 31%) | — | |
| HSV | hsv(192, 3%, 69%) | — | |
| HWB | hwb(192 67% 31%) | color: hwb(192 67% 31%) | |
| OKLCH | oklch(0.7511 0.0048 214.33) | color: oklch(0.7511 0.0048 214.33) | |
| Lab | lab(71.18 -1.21 -1) | color: lab(71.18 -1.21 -1) | |
| LCH | lch(71.18 1.57 219.57) | color: lch(71.18 1.57 219.57) |
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)
#ADADB0 — rgb(173, 173, 176)
Deuteranopia (Green-blind)
#ADACB0 — rgb(173, 172, 176)
Tritanopia (Blue-blind)
#ABB0B0 — rgb(171, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 3%, 68%);
text
color: hsl(185, 3%, 68%);
border
border: 2px solid hsl(185, 3%, 68%);
gradient light
background: linear-gradient(to right, hsl(185, 3%, 88%), hsl(185, 3%, 68%));
gradient dark
background: linear-gradient(to right, hsl(185, 3%, 68%), hsl(185, 3%, 48%))
hex
background-color: #ABAFB0;
tailwind
bg-[hsl(185,3%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 3%, 68%, 0.4);
css variable
--color-primary: hsl(185, 3%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(185, 3%, 68%)?
HEX: #ABAFB0 | RGB: rgb(171, 175, 176) | CMYK: 3%, 1%, 0%, 31% | HSV: 192°, 3%, 69%. Copy any format from the conversion table above.
What colors go well with #ABAFB0?
The complementary color is HSL(5, 3%, 68%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 3%, 68%) in CSS?
As HSL: color: hsl(185, 3%, 68%); — As HEX: color: #ABAFB0; — As RGB: color: rgb(171, 175, 176); — Tailwind CSS: bg-[hsl(185,3%,68%)] — CSS variable: --color-primary: hsl(185, 3%, 68%);