HSL(237, 91%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,91%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 91%, 85%) | color: hsl(237, 91%, 85%) | |
| HEX | #B6B9FC | color: #B6B9FC | |
| RGB | rgb(182, 185, 252) | color: rgb(182, 185, 252) | |
| CMYK | cmyk(28%, 27%, 0%, 1%) | — | |
| HSV | hsv(237, 28%, 99%) | — | |
| HWB | hwb(237 71% 1%) | color: hwb(237 71% 1%) | |
| OKLCH | oklch(0.8074 0.0944 282.07) | color: oklch(0.8074 0.0944 282.07) | |
| Lab | lab(77.08 13.42 -33.39) | color: lab(77.08 13.42 -33.39) | |
| LCH | lch(77.08 35.99 291.9) | color: lch(77.08 35.99 291.9) |
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)
#B7B7EC — rgb(183, 183, 236)
Deuteranopia (Green-blind)
#B7B7E8 — rgb(183, 183, 232)
Tritanopia (Blue-blind)
#B6DFDC — rgb(182, 223, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 91%, 85%);
text
color: hsl(237, 91%, 85%);
border
border: 2px solid hsl(237, 91%, 85%);
gradient light
background: linear-gradient(to right, hsl(237, 91%, 100%), hsl(237, 91%, 85%));
gradient dark
background: linear-gradient(to right, hsl(237, 91%, 85%), hsl(237, 91%, 65%))
hex
background-color: #B6B9FC;
tailwind
bg-[hsl(237,91%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 91%, 85%, 0.4);
css variable
--color-primary: hsl(237, 91%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 91%, 85%)?
HEX: #B6B9FC | RGB: rgb(182, 185, 252) | CMYK: 28%, 27%, 0%, 1% | HSV: 237°, 28%, 99%. Copy any format from the conversion table above.
What colors go well with #B6B9FC?
The complementary color is HSL(57, 91%, 85%). 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, 91%, 85%) in CSS?
As HSL: color: hsl(237, 91%, 85%); — As HEX: color: #B6B9FC; — As RGB: color: rgb(182, 185, 252); — Tailwind CSS: bg-[hsl(237,91%,85%)] — CSS variable: --color-primary: hsl(237, 91%, 85%);