HSL(246, 73%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(246,73%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 73%, 82%) | color: hsl(246, 73%, 82%) | |
| HEX | #B6B0F3 | color: #B6B0F3 | |
| RGB | rgb(182, 176, 243) | color: rgb(182, 176, 243) | |
| CMYK | cmyk(25%, 28%, 0%, 5%) | — | |
| HSV | hsv(245, 28%, 95%) | — | |
| HWB | hwb(245 68% 5%) | color: hwb(245 68% 5%) | |
| OKLCH | oklch(0.7862 0.0946 288.12) | color: oklch(0.7862 0.0946 288.12) | |
| Lab | lab(74.49 16.25 -32.55) | color: lab(74.49 16.25 -32.55) | |
| LCH | lch(74.49 36.38 296.53) | color: lch(74.49 36.38 296.53) |
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)
#B3B3E3 — rgb(179, 179, 227)
Deuteranopia (Green-blind)
#B4B4DF — rgb(180, 180, 223)
Tritanopia (Blue-blind)
#B6D6D3 — rgb(182, 214, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 73%, 82%);
text
color: hsl(246, 73%, 82%);
border
border: 2px solid hsl(246, 73%, 82%);
gradient light
background: linear-gradient(to right, hsl(246, 73%, 100%), hsl(246, 73%, 82%));
gradient dark
background: linear-gradient(to right, hsl(246, 73%, 82%), hsl(246, 73%, 62%))
hex
background-color: #B6B0F3;
tailwind
bg-[hsl(246,73%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 73%, 82%, 0.4);
css variable
--color-primary: hsl(246, 73%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 73%, 82%)?
HEX: #B6B0F3 | RGB: rgb(182, 176, 243) | CMYK: 25%, 28%, 0%, 5% | HSV: 245°, 28%, 95%. Copy any format from the conversion table above.
What colors go well with #B6B0F3?
The complementary color is HSL(66, 73%, 82%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(246, 73%, 82%) in CSS?
As HSL: color: hsl(246, 73%, 82%); — As HEX: color: #B6B0F3; — As RGB: color: rgb(182, 176, 243); — Tailwind CSS: bg-[hsl(246,73%,82%)] — CSS variable: --color-primary: hsl(246, 73%, 82%);