HSL(232, 95%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,95%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 95%, 85%) | color: hsl(232, 95%, 85%) | |
| HEX | #B4BEFD | color: #B4BEFD | |
| RGB | rgb(180, 190, 253) | color: rgb(180, 190, 253) | |
| CMYK | cmyk(29%, 25%, 0%, 1%) | — | |
| HSV | hsv(232, 29%, 99%) | — | |
| HWB | hwb(232 70% 1%) | color: hwb(232 70% 1%) | |
| OKLCH | oklch(0.8162 0.0896 277.23) | color: oklch(0.8162 0.0896 277.23) | |
| Lab | lab(78.24 10.35 -32.16) | color: lab(78.24 10.35 -32.16) | |
| LCH | lch(78.24 33.78 287.84) | color: lch(78.24 33.78 287.84) |
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)
#B8B8EE — rgb(184, 184, 238)
Deuteranopia (Green-blind)
#B8B7EA — rgb(184, 183, 234)
Tritanopia (Blue-blind)
#B5E2DF — rgb(181, 226, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 95%, 85%);
text
color: hsl(232, 95%, 85%);
border
border: 2px solid hsl(232, 95%, 85%);
gradient light
background: linear-gradient(to right, hsl(232, 95%, 100%), hsl(232, 95%, 85%));
gradient dark
background: linear-gradient(to right, hsl(232, 95%, 85%), hsl(232, 95%, 65%))
hex
background-color: #B4BEFD;
tailwind
bg-[hsl(232,95%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 95%, 85%, 0.4);
css variable
--color-primary: hsl(232, 95%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 95%, 85%)?
HEX: #B4BEFD | RGB: rgb(180, 190, 253) | CMYK: 29%, 25%, 0%, 1% | HSV: 232°, 29%, 99%. Copy any format from the conversion table above.
What colors go well with #B4BEFD?
The complementary color is HSL(52, 95%, 85%). 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, 95%, 85%) in CSS?
As HSL: color: hsl(232, 95%, 85%); — As HEX: color: #B4BEFD; — As RGB: color: rgb(180, 190, 253); — Tailwind CSS: bg-[hsl(232,95%,85%)] — CSS variable: --color-primary: hsl(232, 95%, 85%);