HSL(248, 85%, 84%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,85%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 85%, 84%) | color: hsl(248, 85%, 84%) | |
| HEX | #BDB4F9 | color: #BDB4F9 | |
| RGB | rgb(189, 180, 249) | color: rgb(189, 180, 249) | |
| CMYK | cmyk(24%, 28%, 0%, 2%) | — | |
| HSV | hsv(248, 28%, 98%) | — | |
| HWB | hwb(248 71% 2%) | color: hwb(248 71% 2%) | |
| OKLCH | oklch(0.802 0.097 290) | color: oklch(0.802 0.097 290) | |
| Lab | lab(76.25 17.5 -33.02) | color: lab(76.25 17.5 -33.02) | |
| LCH | lch(76.25 37.37 297.92) | color: lch(76.25 37.37 297.92) |
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)
#B9B9E8 — rgb(185, 185, 232)
Deuteranopia (Green-blind)
#BABAE4 — rgb(186, 186, 228)
Tritanopia (Blue-blind)
#BDDBD8 — rgb(189, 219, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 85%, 84%);
text
color: hsl(248, 85%, 84%);
border
border: 2px solid hsl(248, 85%, 84%);
gradient light
background: linear-gradient(to right, hsl(248, 85%, 100%), hsl(248, 85%, 84%));
gradient dark
background: linear-gradient(to right, hsl(248, 85%, 84%), hsl(248, 85%, 64%))
hex
background-color: #BDB4F9;
tailwind
bg-[hsl(248,85%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 85%, 84%, 0.4);
css variable
--color-primary: hsl(248, 85%, 84%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 85%, 84%)?
HEX: #BDB4F9 | RGB: rgb(189, 180, 249) | CMYK: 24%, 28%, 0%, 2% | HSV: 248°, 28%, 98%. Copy any format from the conversion table above.
What colors go well with #BDB4F9?
The complementary color is HSL(68, 85%, 84%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 85%, 84%) in CSS?
As HSL: color: hsl(248, 85%, 84%); — As HEX: color: #BDB4F9; — As RGB: color: rgb(189, 180, 249); — Tailwind CSS: bg-[hsl(248,85%,84%)] — CSS variable: --color-primary: hsl(248, 85%, 84%);