HSL(195, 20%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,20%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 20%, 77%) | color: hsl(195, 20%, 77%) | |
| HEX | #B9CAD0 | color: #B9CAD0 | |
| RGB | rgb(185, 202, 208) | color: rgb(185, 202, 208) | |
| CMYK | cmyk(11%, 3%, 0%, 18%) | — | |
| HSV | hsv(196, 11%, 82%) | — | |
| HWB | hwb(196 73% 18%) | color: hwb(196 73% 18%) | |
| OKLCH | oklch(0.8279 0.0204 220.91) | color: oklch(0.8279 0.0204 220.91) | |
| Lab | lab(80.24 -4.56 -4.95) | color: lab(80.24 -4.56 -4.95) | |
| LCH | lch(80.24 6.73 227.35) | color: lch(80.24 6.73 227.35) |
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)
#C0C1CF — rgb(192, 193, 207)
Deuteranopia (Green-blind)
#BFBECE — rgb(191, 190, 206)
Tritanopia (Blue-blind)
#BACDCD — rgb(186, 205, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 20%, 77%);
text
color: hsl(195, 20%, 77%);
border
border: 2px solid hsl(195, 20%, 77%);
gradient light
background: linear-gradient(to right, hsl(195, 20%, 97%), hsl(195, 20%, 77%));
gradient dark
background: linear-gradient(to right, hsl(195, 20%, 77%), hsl(195, 20%, 57%))
hex
background-color: #B9CAD0;
tailwind
bg-[hsl(195,20%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 20%, 77%, 0.4);
css variable
--color-primary: hsl(195, 20%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 20%, 77%)?
HEX: #B9CAD0 | RGB: rgb(185, 202, 208) | CMYK: 11%, 3%, 0%, 18% | HSV: 196°, 11%, 82%. Copy any format from the conversion table above.
What colors go well with #B9CAD0?
The complementary color is HSL(15, 20%, 77%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 20%, 77%) in CSS?
As HSL: color: hsl(195, 20%, 77%); — As HEX: color: #B9CAD0; — As RGB: color: rgb(185, 202, 208); — Tailwind CSS: bg-[hsl(195,20%,77%)] — CSS variable: --color-primary: hsl(195, 20%, 77%);