HSL(236, 94%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,94%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 94%, 85%) | color: hsl(236, 94%, 85%) | |
| HEX | #B5BAFD | color: #B5BAFD | |
| RGB | rgb(181, 186, 253) | color: rgb(181, 186, 253) | |
| CMYK | cmyk(28%, 26%, 0%, 1%) | — | |
| HSV | hsv(236, 28%, 99%) | — | |
| HWB | hwb(236 71% 1%) | color: hwb(236 71% 1%) | |
| OKLCH | oklch(0.8091 0.0946 280.75) | color: oklch(0.8091 0.0946 280.75) | |
| Lab | lab(77.3 12.83 -33.6) | color: lab(77.3 12.83 -33.6) | |
| LCH | lch(77.3 35.97 290.9) | color: lch(77.3 35.97 290.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)
#B7B7ED — rgb(183, 183, 237)
Deuteranopia (Green-blind)
#B7B7E9 — rgb(183, 183, 233)
Tritanopia (Blue-blind)
#B5E0DD — rgb(181, 224, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 94%, 85%);
text
color: hsl(236, 94%, 85%);
border
border: 2px solid hsl(236, 94%, 85%);
gradient light
background: linear-gradient(to right, hsl(236, 94%, 100%), hsl(236, 94%, 85%));
gradient dark
background: linear-gradient(to right, hsl(236, 94%, 85%), hsl(236, 94%, 65%))
hex
background-color: #B5BAFD;
tailwind
bg-[hsl(236,94%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 94%, 85%, 0.4);
css variable
--color-primary: hsl(236, 94%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 94%, 85%)?
HEX: #B5BAFD | RGB: rgb(181, 186, 253) | CMYK: 28%, 26%, 0%, 1% | HSV: 236°, 28%, 99%. Copy any format from the conversion table above.
What colors go well with #B5BAFD?
The complementary color is HSL(56, 94%, 85%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 94%, 85%) in CSS?
As HSL: color: hsl(236, 94%, 85%); — As HEX: color: #B5BAFD; — As RGB: color: rgb(181, 186, 253); — Tailwind CSS: bg-[hsl(236,94%,85%)] — CSS variable: --color-primary: hsl(236, 94%, 85%);