HSL(241, 14%, 76%)
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(241,14%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 14%, 76%) | color: hsl(241, 14%, 76%) | |
| HEX | #BAB9CA | color: #BAB9CA | |
| RGB | rgb(186, 185, 202) | color: rgb(186, 185, 202) | |
| CMYK | cmyk(8%, 8%, 0%, 21%) | — | |
| HSV | hsv(244, 8%, 79%) | — | |
| HWB | hwb(244 73% 21%) | color: hwb(244 73% 21%) | |
| OKLCH | oklch(0.7918 0.0238 288.55) | color: oklch(0.7918 0.0238 288.55) | |
| Lab | lab(75.7 3.62 -8.43) | color: lab(75.7 3.62 -8.43) | |
| LCH | lch(75.7 9.17 293.24) | color: lch(75.7 9.17 293.24) |
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)
#BABAC6 — rgb(186, 186, 198)
Deuteranopia (Green-blind)
#BABAC5 — rgb(186, 186, 197)
Tritanopia (Blue-blind)
#BAC3C2 — rgb(186, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 14%, 76%);
text
color: hsl(241, 14%, 76%);
border
border: 2px solid hsl(241, 14%, 76%);
gradient light
background: linear-gradient(to right, hsl(241, 14%, 96%), hsl(241, 14%, 76%));
gradient dark
background: linear-gradient(to right, hsl(241, 14%, 76%), hsl(241, 14%, 56%))
hex
background-color: #BAB9CA;
tailwind
bg-[hsl(241,14%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 14%, 76%, 0.4);
css variable
--color-primary: hsl(241, 14%, 76%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 14%, 76%)?
HEX: #BAB9CA | RGB: rgb(186, 185, 202) | CMYK: 8%, 8%, 0%, 21% | HSV: 244°, 8%, 79%. Copy any format from the conversion table above.
What colors go well with #BAB9CA?
The complementary color is HSL(61, 14%, 76%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 14%, 76%) in CSS?
As HSL: color: hsl(241, 14%, 76%); — As HEX: color: #BAB9CA; — As RGB: color: rgb(186, 185, 202); — Tailwind CSS: bg-[hsl(241,14%,76%)] — CSS variable: --color-primary: hsl(241, 14%, 76%);