HSL(237, 22%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,22%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 22%, 76%) | color: hsl(237, 22%, 76%) | |
| HEX | #B4B6CF | color: #B4B6CF | |
| RGB | rgb(180, 182, 207) | color: rgb(180, 182, 207) | |
| CMYK | cmyk(13%, 12%, 0%, 19%) | — | |
| HSV | hsv(236, 13%, 81%) | — | |
| HWB | hwb(236 70% 19%) | color: hwb(236 70% 19%) | |
| OKLCH | oklch(0.7827 0.0354 281.92) | color: oklch(0.7827 0.0354 281.92) | |
| Lab | lab(74.61 4.28 -12.82) | color: lab(74.61 4.28 -12.82) | |
| LCH | lch(74.61 13.52 288.46) | color: lch(74.61 13.52 288.46) |
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)
#B5B5C9 — rgb(181, 181, 201)
Deuteranopia (Green-blind)
#B5B5C8 — rgb(181, 181, 200)
Tritanopia (Blue-blind)
#B4C4C3 — rgb(180, 196, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 22%, 76%);
text
color: hsl(237, 22%, 76%);
border
border: 2px solid hsl(237, 22%, 76%);
gradient light
background: linear-gradient(to right, hsl(237, 22%, 96%), hsl(237, 22%, 76%));
gradient dark
background: linear-gradient(to right, hsl(237, 22%, 76%), hsl(237, 22%, 56%))
hex
background-color: #B4B6CF;
tailwind
bg-[hsl(237,22%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 22%, 76%, 0.4);
css variable
--color-primary: hsl(237, 22%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 22%, 76%)?
HEX: #B4B6CF | RGB: rgb(180, 182, 207) | CMYK: 13%, 12%, 0%, 19% | HSV: 236°, 13%, 81%. Copy any format from the conversion table above.
What colors go well with #B4B6CF?
The complementary color is HSL(57, 22%, 76%). 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%, 76%) in CSS?
As HSL: color: hsl(237, 22%, 76%); — As HEX: color: #B4B6CF; — As RGB: color: rgb(180, 182, 207); — Tailwind CSS: bg-[hsl(237,22%,76%)] — CSS variable: --color-primary: hsl(237, 22%, 76%);