HSL(247, 50%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 50%, 80%) | color: hsl(247, 50%, 80%) | |
| HEX | #B8B3E6 | color: #B8B3E6 | |
| RGB | rgb(184, 179, 230) | color: rgb(184, 179, 230) | |
| CMYK | cmyk(20%, 22%, 0%, 10%) | — | |
| HSV | hsv(246, 22%, 90%) | — | |
| HWB | hwb(246 70% 10%) | color: hwb(246 70% 10%) | |
| OKLCH | oklch(0.7883 0.072 289.13) | color: oklch(0.7883 0.072 289.13) | |
| Lab | lab(74.92 12.2 -24.84) | color: lab(74.92 12.2 -24.84) | |
| LCH | lch(74.92 27.67 296.16) | color: lch(74.92 27.67 296.16) |
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)
#B6B6DA — rgb(182, 182, 218)
Deuteranopia (Green-blind)
#B6B7D7 — rgb(182, 183, 215)
Tritanopia (Blue-blind)
#B8D0CE — rgb(184, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 50%, 80%);
text
color: hsl(247, 50%, 80%);
border
border: 2px solid hsl(247, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(247, 50%, 100%), hsl(247, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(247, 50%, 80%), hsl(247, 50%, 60%))
hex
background-color: #B8B3E6;
tailwind
bg-[hsl(247,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 50%, 80%, 0.4);
css variable
--color-primary: hsl(247, 50%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 50%, 80%)?
HEX: #B8B3E6 | RGB: rgb(184, 179, 230) | CMYK: 20%, 22%, 0%, 10% | HSV: 246°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #B8B3E6?
The complementary color is HSL(67, 50%, 80%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 50%, 80%) in CSS?
As HSL: color: hsl(247, 50%, 80%); — As HEX: color: #B8B3E6; — As RGB: color: rgb(184, 179, 230); — Tailwind CSS: bg-[hsl(247,50%,80%)] — CSS variable: --color-primary: hsl(247, 50%, 80%);