HSL(248, 69%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,69%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 69%, 64%) | color: hsl(248, 69%, 64%) | |
| HEX | #7564E3 | color: #7564E3 | |
| RGB | rgb(117, 100, 227) | color: rgb(117, 100, 227) | |
| CMYK | cmyk(48%, 56%, 0%, 11%) | — | |
| HSV | hsv(248, 56%, 89%) | — | |
| HWB | hwb(248 39% 11%) | color: hwb(248 39% 11%) | |
| OKLCH | oklch(0.5852 0.1856 285.22) | color: oklch(0.5852 0.1856 285.22) | |
| Lab | lab(50.03 38.95 -62.68) | color: lab(50.03 38.95 -62.68) | |
| LCH | lch(50.03 73.8 301.86) | color: lch(50.03 73.8 301.86) |
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)
#6E6DC4 — rgb(110, 109, 196)
Deuteranopia (Green-blind)
#6F70BD — rgb(111, 112, 189)
Tritanopia (Blue-blind)
#74ACA7 — rgb(116, 172, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 69%, 64%);
text
color: hsl(248, 69%, 64%);
border
border: 2px solid hsl(248, 69%, 64%);
gradient light
background: linear-gradient(to right, hsl(248, 69%, 84%), hsl(248, 69%, 64%));
gradient dark
background: linear-gradient(to right, hsl(248, 69%, 64%), hsl(248, 69%, 44%))
hex
background-color: #7564E3;
tailwind
bg-[hsl(248,69%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 69%, 64%, 0.4);
css variable
--color-primary: hsl(248, 69%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 69%, 64%)?
HEX: #7564E3 | RGB: rgb(117, 100, 227) | CMYK: 48%, 56%, 0%, 11% | HSV: 248°, 56%, 89%. Copy any format from the conversion table above.
What colors go well with #7564E3?
The complementary color is HSL(68, 69%, 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, 69%, 64%) in CSS?
As HSL: color: hsl(248, 69%, 64%); — As HEX: color: #7564E3; — As RGB: color: rgb(117, 100, 227); — Tailwind CSS: bg-[hsl(248,69%,64%)] — CSS variable: --color-primary: hsl(248, 69%, 64%);