HSL(236, 14%, 78%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(236,14%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 14%, 78%) | color: hsl(236, 14%, 78%) | |
| HEX | #BFC0CF | color: #BFC0CF | |
| RGB | rgb(191, 192, 207) | color: rgb(191, 192, 207) | |
| CMYK | cmyk(8%, 7%, 0%, 19%) | — | |
| HSV | hsv(236, 8%, 81%) | — | |
| HWB | hwb(236 75% 19%) | color: hwb(236 75% 19%) | |
| OKLCH | oklch(0.8116 0.021 282.87) | color: oklch(0.8116 0.021 282.87) | |
| Lab | lab(78.04 2.53 -7.62) | color: lab(78.04 2.53 -7.62) | |
| LCH | lch(78.04 8.03 288.37) | color: lch(78.04 8.03 288.37) |
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)
#BFBFCB — rgb(191, 191, 203)
Deuteranopia (Green-blind)
#BFBFCB — rgb(191, 191, 203)
Tritanopia (Blue-blind)
#BFC9C8 — rgb(191, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 14%, 78%);
text
color: hsl(236, 14%, 78%);
border
border: 2px solid hsl(236, 14%, 78%);
gradient light
background: linear-gradient(to right, hsl(236, 14%, 98%), hsl(236, 14%, 78%));
gradient dark
background: linear-gradient(to right, hsl(236, 14%, 78%), hsl(236, 14%, 58%))
hex
background-color: #BFC0CF;
tailwind
bg-[hsl(236,14%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 14%, 78%, 0.4);
css variable
--color-primary: hsl(236, 14%, 78%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 14%, 78%)?
HEX: #BFC0CF | RGB: rgb(191, 192, 207) | CMYK: 8%, 7%, 0%, 19% | HSV: 236°, 8%, 81%. Copy any format from the conversion table above.
What colors go well with #BFC0CF?
The complementary color is HSL(56, 14%, 78%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 14%, 78%) in CSS?
As HSL: color: hsl(236, 14%, 78%); — As HEX: color: #BFC0CF; — As RGB: color: rgb(191, 192, 207); — Tailwind CSS: bg-[hsl(236,14%,78%)] — CSS variable: --color-primary: hsl(236, 14%, 78%);