HSL(249, 92%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,92%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 92%, 64%) | color: hsl(249, 92%, 64%) | |
| HEX | #684FF8 | color: #684FF8 | |
| RGB | rgb(104, 79, 248) | color: rgb(104, 79, 248) | |
| CMYK | cmyk(58%, 68%, 0%, 3%) | — | |
| HSV | hsv(249, 68%, 97%) | — | |
| HWB | hwb(249 31% 3%) | color: hwb(249 31% 3%) | |
| OKLCH | oklch(0.5585 0.2386 282.16) | color: oklch(0.5585 0.2386 282.16) | |
| Lab | lab(46.06 54.75 -80.98) | color: lab(46.06 54.75 -80.98) | |
| LCH | lch(46.06 97.75 304.06) | color: lch(46.06 97.75 304.06) |
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)
#5D5DCF — rgb(93, 93, 207)
Deuteranopia (Green-blind)
#5F61C5 — rgb(95, 97, 197)
Tritanopia (Blue-blind)
#67AFA8 — rgb(103, 175, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 92%, 64%);
text
color: hsl(249, 92%, 64%);
border
border: 2px solid hsl(249, 92%, 64%);
gradient light
background: linear-gradient(to right, hsl(249, 92%, 84%), hsl(249, 92%, 64%));
gradient dark
background: linear-gradient(to right, hsl(249, 92%, 64%), hsl(249, 92%, 44%))
hex
background-color: #684FF8;
tailwind
bg-[hsl(249,92%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 92%, 64%, 0.4);
css variable
--color-primary: hsl(249, 92%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 92%, 64%)?
HEX: #684FF8 | RGB: rgb(104, 79, 248) | CMYK: 58%, 68%, 0%, 3% | HSV: 249°, 68%, 97%. Copy any format from the conversion table above.
What colors go well with #684FF8?
The complementary color is HSL(69, 92%, 64%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 92%, 64%) in CSS?
As HSL: color: hsl(249, 92%, 64%); — As HEX: color: #684FF8; — As RGB: color: rgb(104, 79, 248); — Tailwind CSS: bg-[hsl(249,92%,64%)] — CSS variable: --color-primary: hsl(249, 92%, 64%);