HSL(176, 14%, 78%)
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(176,14%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 14%, 78%) | color: hsl(176, 14%, 78%) | |
| HEX | #BFCFCE | color: #BFCFCE | |
| RGB | rgb(191, 207, 206) | color: rgb(191, 207, 206) | |
| CMYK | cmyk(8%, 0%, 0%, 19%) | — | |
| HSV | hsv(176, 8%, 81%) | — | |
| HWB | hwb(176 75% 19%) | color: hwb(176 75% 19%) | |
| OKLCH | oklch(0.8421 0.0174 192.3) | color: oklch(0.8421 0.0174 192.3) | |
| Lab | lab(81.92 -5.59 -1.36) | color: lab(81.92 -5.59 -1.36) | |
| LCH | lch(81.92 5.75 193.67) | color: lch(81.92 5.75 193.67) |
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)
#C6C6CE — rgb(198, 198, 206)
Deuteranopia (Green-blind)
#C5C4CE — rgb(197, 196, 206)
Tritanopia (Blue-blind)
#C0CECE — rgb(192, 206, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 14%, 78%);
text
color: hsl(176, 14%, 78%);
border
border: 2px solid hsl(176, 14%, 78%);
gradient light
background: linear-gradient(to right, hsl(176, 14%, 98%), hsl(176, 14%, 78%));
gradient dark
background: linear-gradient(to right, hsl(176, 14%, 78%), hsl(176, 14%, 58%))
hex
background-color: #BFCFCE;
tailwind
bg-[hsl(176,14%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 14%, 78%, 0.4);
css variable
--color-primary: hsl(176, 14%, 78%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 14%, 78%)?
HEX: #BFCFCE | RGB: rgb(191, 207, 206) | CMYK: 8%, 0%, 0%, 19% | HSV: 176°, 8%, 81%. Copy any format from the conversion table above.
What colors go well with #BFCFCE?
The complementary color is HSL(356, 14%, 78%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 14%, 78%) in CSS?
As HSL: color: hsl(176, 14%, 78%); — As HEX: color: #BFCFCE; — As RGB: color: rgb(191, 207, 206); — Tailwind CSS: bg-[hsl(176,14%,78%)] — CSS variable: --color-primary: hsl(176, 14%, 78%);