HSL(237, 22%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,22%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 22%, 75%) | color: hsl(237, 22%, 75%) | |
| HEX | #B1B3CD | color: #B1B3CD | |
| RGB | rgb(177, 179, 205) | color: rgb(177, 179, 205) | |
| CMYK | cmyk(14%, 13%, 0%, 20%) | — | |
| HSV | hsv(236, 14%, 80%) | — | |
| HWB | hwb(236 69% 20%) | color: hwb(236 69% 20%) | |
| OKLCH | oklch(0.7736 0.0369 282.01) | color: oklch(0.7736 0.0369 282.01) | |
| Lab | lab(73.54 4.51 -13.36) | color: lab(73.54 4.51 -13.36) | |
| LCH | lch(73.54 14.1 288.65) | color: lch(73.54 14.1 288.65) |
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)
#B2B2C7 — rgb(178, 178, 199)
Deuteranopia (Green-blind)
#B2B2C5 — rgb(178, 178, 197)
Tritanopia (Blue-blind)
#B1C2C1 — rgb(177, 194, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 22%, 75%);
text
color: hsl(237, 22%, 75%);
border
border: 2px solid hsl(237, 22%, 75%);
gradient light
background: linear-gradient(to right, hsl(237, 22%, 95%), hsl(237, 22%, 75%));
gradient dark
background: linear-gradient(to right, hsl(237, 22%, 75%), hsl(237, 22%, 55%))
hex
background-color: #B1B3CD;
tailwind
bg-[hsl(237,22%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 22%, 75%, 0.4);
css variable
--color-primary: hsl(237, 22%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 22%, 75%)?
HEX: #B1B3CD | RGB: rgb(177, 179, 205) | CMYK: 14%, 13%, 0%, 20% | HSV: 236°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #B1B3CD?
The complementary color is HSL(57, 22%, 75%). 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%, 75%) in CSS?
As HSL: color: hsl(237, 22%, 75%); — As HEX: color: #B1B3CD; — As RGB: color: rgb(177, 179, 205); — Tailwind CSS: bg-[hsl(237,22%,75%)] — CSS variable: --color-primary: hsl(237, 22%, 75%);