HSL(252, 66%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(252,66%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(252, 66%, 82%) | color: hsl(252, 66%, 82%) | |
| HEX | #BFB3EF | color: #BFB3EF | |
| RGB | rgb(191, 179, 239) | color: rgb(191, 179, 239) | |
| CMYK | cmyk(20%, 25%, 0%, 6%) | — | |
| HSV | hsv(252, 25%, 94%) | — | |
| HWB | hwb(252 71% 6%) | color: hwb(252 71% 6%) | |
| OKLCH | oklch(0.7975 0.0848 293.55) | color: oklch(0.7975 0.0848 293.55) | |
| Lab | lab(75.79 16.36 -28.32) | color: lab(75.79 16.36 -28.32) | |
| LCH | lch(75.79 32.71 300.01) | color: lch(75.79 32.71 300.01) |
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)
#BABAE0 — rgb(186, 186, 224)
Deuteranopia (Green-blind)
#BBBBDD — rgb(187, 187, 221)
Tritanopia (Blue-blind)
#BED5D3 — rgb(190, 213, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(252, 66%, 82%);
text
color: hsl(252, 66%, 82%);
border
border: 2px solid hsl(252, 66%, 82%);
gradient light
background: linear-gradient(to right, hsl(252, 66%, 100%), hsl(252, 66%, 82%));
gradient dark
background: linear-gradient(to right, hsl(252, 66%, 82%), hsl(252, 66%, 62%))
hex
background-color: #BFB3EF;
tailwind
bg-[hsl(252,66%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(252, 66%, 82%, 0.4);
css variable
--color-primary: hsl(252, 66%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(252, 66%, 82%)?
HEX: #BFB3EF | RGB: rgb(191, 179, 239) | CMYK: 20%, 25%, 0%, 6% | HSV: 252°, 25%, 94%. Copy any format from the conversion table above.
What colors go well with #BFB3EF?
The complementary color is HSL(72, 66%, 82%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(252, 66%, 82%) in CSS?
As HSL: color: hsl(252, 66%, 82%); — As HEX: color: #BFB3EF; — As RGB: color: rgb(191, 179, 239); — Tailwind CSS: bg-[hsl(252,66%,82%)] — CSS variable: --color-primary: hsl(252, 66%, 82%);