HSL(232, 22%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,22%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 22%, 75%) | color: hsl(232, 22%, 75%) | |
| HEX | #B1B5CD | color: #B1B5CD | |
| RGB | rgb(177, 181, 205) | color: rgb(177, 181, 205) | |
| CMYK | cmyk(14%, 12%, 0%, 20%) | — | |
| HSV | hsv(231, 14%, 80%) | — | |
| HWB | hwb(231 69% 20%) | color: hwb(231 69% 20%) | |
| OKLCH | oklch(0.7776 0.0343 278.07) | color: oklch(0.7776 0.0343 278.07) | |
| Lab | lab(74.06 3.43 -12.58) | color: lab(74.06 3.43 -12.58) | |
| LCH | lch(74.06 13.04 285.25) | color: lch(74.06 13.04 285.25) |
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)
#B3B3C7 — rgb(179, 179, 199)
Deuteranopia (Green-blind)
#B3B2C6 — rgb(179, 178, 198)
Tritanopia (Blue-blind)
#B1C3C2 — rgb(177, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 22%, 75%);
text
color: hsl(232, 22%, 75%);
border
border: 2px solid hsl(232, 22%, 75%);
gradient light
background: linear-gradient(to right, hsl(232, 22%, 95%), hsl(232, 22%, 75%));
gradient dark
background: linear-gradient(to right, hsl(232, 22%, 75%), hsl(232, 22%, 55%))
hex
background-color: #B1B5CD;
tailwind
bg-[hsl(232,22%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 22%, 75%, 0.4);
css variable
--color-primary: hsl(232, 22%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 22%, 75%)?
HEX: #B1B5CD | RGB: rgb(177, 181, 205) | CMYK: 14%, 12%, 0%, 20% | HSV: 231°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #B1B5CD?
The complementary color is HSL(52, 22%, 75%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 22%, 75%) in CSS?
As HSL: color: hsl(232, 22%, 75%); — As HEX: color: #B1B5CD; — As RGB: color: rgb(177, 181, 205); — Tailwind CSS: bg-[hsl(232,22%,75%)] — CSS variable: --color-primary: hsl(232, 22%, 75%);