HSL(161, 12%, 76%)
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(161,12%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 12%, 76%) | color: hsl(161, 12%, 76%) | |
| HEX | #BAC9C4 | color: #BAC9C4 | |
| RGB | rgb(186, 201, 196) | color: rgb(186, 201, 196) | |
| CMYK | cmyk(7%, 0%, 2%, 21%) | — | |
| HSV | hsv(160, 7%, 79%) | — | |
| HWB | hwb(160 73% 21%) | color: hwb(160 73% 21%) | |
| OKLCH | oklch(0.823 0.0178 173.95) | color: oklch(0.823 0.0178 173.95) | |
| Lab | lab(79.73 -6.05 0.74) | color: lab(79.73 -6.05 0.74) | |
| LCH | lch(79.73 6.1 173.03) | color: lch(79.73 6.1 173.03) |
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)
#C0C1C5 — rgb(192, 193, 197)
Deuteranopia (Green-blind)
#C0BFC6 — rgb(192, 191, 198)
Tritanopia (Blue-blind)
#BBC6C6 — rgb(187, 198, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 12%, 76%);
text
color: hsl(161, 12%, 76%);
border
border: 2px solid hsl(161, 12%, 76%);
gradient light
background: linear-gradient(to right, hsl(161, 12%, 96%), hsl(161, 12%, 76%));
gradient dark
background: linear-gradient(to right, hsl(161, 12%, 76%), hsl(161, 12%, 56%))
hex
background-color: #BAC9C4;
tailwind
bg-[hsl(161,12%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 12%, 76%, 0.4);
css variable
--color-primary: hsl(161, 12%, 76%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 12%, 76%)?
HEX: #BAC9C4 | RGB: rgb(186, 201, 196) | CMYK: 7%, 0%, 2%, 21% | HSV: 160°, 7%, 79%. Copy any format from the conversion table above.
What colors go well with #BAC9C4?
The complementary color is HSL(341, 12%, 76%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 12%, 76%) in CSS?
As HSL: color: hsl(161, 12%, 76%); — As HEX: color: #BAC9C4; — As RGB: color: rgb(186, 201, 196); — Tailwind CSS: bg-[hsl(161,12%,76%)] — CSS variable: --color-primary: hsl(161, 12%, 76%);