HSL(248, 83%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 83%, 64%) | color: hsl(248, 83%, 64%) | |
| HEX | #6B57EF | color: #6B57EF | |
| RGB | rgb(107, 87, 239) | color: rgb(107, 87, 239) | |
| CMYK | cmyk(55%, 64%, 0%, 6%) | — | |
| HSV | hsv(248, 64%, 94%) | — | |
| HWB | hwb(248 34% 6%) | color: hwb(248 34% 6%) | |
| OKLCH | oklch(0.5651 0.2183 282.86) | color: oklch(0.5651 0.2183 282.86) | |
| Lab | lab(47.2 48.14 -74.06) | color: lab(47.2 48.14 -74.06) | |
| LCH | lch(47.2 88.33 303.02) | color: lch(47.2 88.33 303.02) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6262CA — rgb(98, 98, 202)
Deuteranopia (Green-blind)
#6465C1 — rgb(100, 101, 193)
Tritanopia (Blue-blind)
#6AADA7 — rgb(106, 173, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 83%, 64%);
text
color: hsl(248, 83%, 64%);
border
border: 2px solid hsl(248, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(248, 83%, 84%), hsl(248, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(248, 83%, 64%), hsl(248, 83%, 44%))
hex
background-color: #6B57EF;
tailwind
bg-[hsl(248,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 83%, 64%, 0.4);
css variable
--color-primary: hsl(248, 83%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 83%, 64%)?
HEX: #6B57EF | RGB: rgb(107, 87, 239) | CMYK: 55%, 64%, 0%, 6% | HSV: 248°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #6B57EF?
The complementary color is HSL(68, 83%, 64%). 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, 83%, 64%) in CSS?
As HSL: color: hsl(248, 83%, 64%); — As HEX: color: #6B57EF; — As RGB: color: rgb(107, 87, 239); — Tailwind CSS: bg-[hsl(248,83%,64%)] — CSS variable: --color-primary: hsl(248, 83%, 64%);