HSL(246, 96%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(246,96%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 96%, 69%) | color: hsl(246, 96%, 69%) | |
| HEX | #7364FC | color: #7364FC | |
| RGB | rgb(115, 100, 252) | color: rgb(115, 100, 252) | |
| CMYK | cmyk(54%, 60%, 0%, 1%) | — | |
| HSV | hsv(246, 60%, 99%) | — | |
| HWB | hwb(246 40% 1%) | color: hwb(246 40% 1%) | |
| OKLCH | oklch(0.6018 0.2176 282.11) | color: oklch(0.6018 0.2176 282.11) | |
| Lab | lab(51.59 46 -74.14) | color: lab(51.59 46 -74.14) | |
| LCH | lch(51.59 87.25 301.82) | color: lch(51.59 87.25 301.82) |
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)
#6D6CD7 — rgb(109, 108, 215)
Deuteranopia (Green-blind)
#6D6FCE — rgb(109, 111, 206)
Tritanopia (Blue-blind)
#72BAB4 — rgb(114, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 96%, 69%);
text
color: hsl(246, 96%, 69%);
border
border: 2px solid hsl(246, 96%, 69%);
gradient light
background: linear-gradient(to right, hsl(246, 96%, 89%), hsl(246, 96%, 69%));
gradient dark
background: linear-gradient(to right, hsl(246, 96%, 69%), hsl(246, 96%, 49%))
hex
background-color: #7364FC;
tailwind
bg-[hsl(246,96%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 96%, 69%, 0.4);
css variable
--color-primary: hsl(246, 96%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 96%, 69%)?
HEX: #7364FC | RGB: rgb(115, 100, 252) | CMYK: 54%, 60%, 0%, 1% | HSV: 246°, 60%, 99%. Copy any format from the conversion table above.
What colors go well with #7364FC?
The complementary color is HSL(66, 96%, 69%). 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, 96%, 69%) in CSS?
As HSL: color: hsl(246, 96%, 69%); — As HEX: color: #7364FC; — As RGB: color: rgb(115, 100, 252); — Tailwind CSS: bg-[hsl(246,96%,69%)] — CSS variable: --color-primary: hsl(246, 96%, 69%);