HSL(237, 22%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,22%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 22%, 77%) | color: hsl(237, 22%, 77%) | |
| HEX | #B7B9D1 | color: #B7B9D1 | |
| RGB | rgb(183, 185, 209) | color: rgb(183, 185, 209) | |
| CMYK | cmyk(12%, 11%, 0%, 18%) | — | |
| HSV | hsv(235, 12%, 82%) | — | |
| HWB | hwb(235 72% 18%) | color: hwb(235 72% 18%) | |
| OKLCH | oklch(0.7918 0.0339 281.81) | color: oklch(0.7918 0.0339 281.81) | |
| Lab | lab(75.68 4.06 -12.29) | color: lab(75.68 4.06 -12.29) | |
| LCH | lch(75.68 12.94 288.28) | color: lch(75.68 12.94 288.28) |
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)
#B8B8CB — rgb(184, 184, 203)
Deuteranopia (Green-blind)
#B8B8CA — rgb(184, 184, 202)
Tritanopia (Blue-blind)
#B7C7C6 — rgb(183, 199, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 22%, 77%);
text
color: hsl(237, 22%, 77%);
border
border: 2px solid hsl(237, 22%, 77%);
gradient light
background: linear-gradient(to right, hsl(237, 22%, 97%), hsl(237, 22%, 77%));
gradient dark
background: linear-gradient(to right, hsl(237, 22%, 77%), hsl(237, 22%, 57%))
hex
background-color: #B7B9D1;
tailwind
bg-[hsl(237,22%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 22%, 77%, 0.4);
css variable
--color-primary: hsl(237, 22%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 22%, 77%)?
HEX: #B7B9D1 | RGB: rgb(183, 185, 209) | CMYK: 12%, 11%, 0%, 18% | HSV: 235°, 12%, 82%. Copy any format from the conversion table above.
What colors go well with #B7B9D1?
The complementary color is HSL(57, 22%, 77%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 22%, 77%) in CSS?
As HSL: color: hsl(237, 22%, 77%); — As HEX: color: #B7B9D1; — As RGB: color: rgb(183, 185, 209); — Tailwind CSS: bg-[hsl(237,22%,77%)] — CSS variable: --color-primary: hsl(237, 22%, 77%);