HSL(177, 14%, 69%)
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(177,14%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 14%, 69%) | color: hsl(177, 14%, 69%) | |
| HEX | #A5BBBA | color: #A5BBBA | |
| RGB | rgb(165, 187, 186) | color: rgb(165, 187, 186) | |
| CMYK | cmyk(12%, 0%, 1%, 27%) | — | |
| HSV | hsv(177, 12%, 73%) | — | |
| HWB | hwb(177 64% 27%) | color: hwb(177 64% 27%) | |
| OKLCH | oklch(0.7751 0.0242 193.33) | color: oklch(0.7751 0.0242 193.33) | |
| Lab | lab(74.24 -7.7 -2.04) | color: lab(74.24 -7.7 -2.04) | |
| LCH | lch(74.24 7.97 194.84) | color: lch(74.24 7.97 194.84) |
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)
#AFAFBA — rgb(175, 175, 186)
Deuteranopia (Green-blind)
#ADACBA — rgb(173, 172, 186)
Tritanopia (Blue-blind)
#A6BABA — rgb(166, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 14%, 69%);
text
color: hsl(177, 14%, 69%);
border
border: 2px solid hsl(177, 14%, 69%);
gradient light
background: linear-gradient(to right, hsl(177, 14%, 89%), hsl(177, 14%, 69%));
gradient dark
background: linear-gradient(to right, hsl(177, 14%, 69%), hsl(177, 14%, 49%))
hex
background-color: #A5BBBA;
tailwind
bg-[hsl(177,14%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 14%, 69%, 0.4);
css variable
--color-primary: hsl(177, 14%, 69%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 14%, 69%)?
HEX: #A5BBBA | RGB: rgb(165, 187, 186) | CMYK: 12%, 0%, 1%, 27% | HSV: 177°, 12%, 73%. Copy any format from the conversion table above.
What colors go well with #A5BBBA?
The complementary color is HSL(357, 14%, 69%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 14%, 69%) in CSS?
As HSL: color: hsl(177, 14%, 69%); — As HEX: color: #A5BBBA; — As RGB: color: rgb(165, 187, 186); — Tailwind CSS: bg-[hsl(177,14%,69%)] — CSS variable: --color-primary: hsl(177, 14%, 69%);