HSL(167, 10%, 68%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(167,10%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 10%, 68%) | color: hsl(167, 10%, 68%) | |
| HEX | #A5B6B2 | color: #A5B6B2 | |
| RGB | rgb(165, 182, 178) | color: rgb(165, 182, 178) | |
| CMYK | cmyk(9%, 0%, 2%, 29%) | — | |
| HSV | hsv(166, 9%, 71%) | — | |
| HWB | hwb(166 65% 29%) | color: hwb(166 65% 29%) | |
| OKLCH | oklch(0.7619 0.0197 180.09) | color: oklch(0.7619 0.0197 180.09) | |
| Lab | lab(72.67 -6.65 0.03) | color: lab(72.67 -6.65 0.03) | |
| LCH | lch(72.67 6.65 179.74) | color: lch(72.67 6.65 179.74) |
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)
#ACADB3 — rgb(172, 173, 179)
Deuteranopia (Green-blind)
#ABAAB3 — rgb(171, 170, 179)
Tritanopia (Blue-blind)
#A6B4B4 — rgb(166, 180, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 10%, 68%);
text
color: hsl(167, 10%, 68%);
border
border: 2px solid hsl(167, 10%, 68%);
gradient light
background: linear-gradient(to right, hsl(167, 10%, 88%), hsl(167, 10%, 68%));
gradient dark
background: linear-gradient(to right, hsl(167, 10%, 68%), hsl(167, 10%, 48%))
hex
background-color: #A5B6B2;
tailwind
bg-[hsl(167,10%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 10%, 68%, 0.4);
css variable
--color-primary: hsl(167, 10%, 68%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 10%, 68%)?
HEX: #A5B6B2 | RGB: rgb(165, 182, 178) | CMYK: 9%, 0%, 2%, 29% | HSV: 166°, 9%, 71%. Copy any format from the conversion table above.
What colors go well with #A5B6B2?
The complementary color is HSL(347, 10%, 68%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 10%, 68%) in CSS?
As HSL: color: hsl(167, 10%, 68%); — As HEX: color: #A5B6B2; — As RGB: color: rgb(165, 182, 178); — Tailwind CSS: bg-[hsl(167,10%,68%)] — CSS variable: --color-primary: hsl(167, 10%, 68%);