HSL(248, 83%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,83%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 83%, 74%) | color: hsl(248, 83%, 74%) | |
| HEX | #9486F4 | color: #9486F4 | |
| RGB | rgb(148, 134, 244) | color: rgb(148, 134, 244) | |
| CMYK | cmyk(39%, 45%, 0%, 4%) | — | |
| HSV | hsv(248, 45%, 96%) | — | |
| HWB | hwb(248 53% 4%) | color: hwb(248 53% 4%) | |
| OKLCH | oklch(0.6808 0.1585 287.24) | color: oklch(0.6808 0.1585 287.24) | |
| Lab | lab(61.55 31.03 -53.57) | color: lab(61.55 31.03 -53.57) | |
| LCH | lch(61.55 61.91 300.08) | color: lch(61.55 61.91 300.08) |
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)
#8E8ED9 — rgb(142, 142, 217)
Deuteranopia (Green-blind)
#8F90D3 — rgb(143, 144, 211)
Tritanopia (Blue-blind)
#93C4C0 — rgb(147, 196, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 83%, 74%);
text
color: hsl(248, 83%, 74%);
border
border: 2px solid hsl(248, 83%, 74%);
gradient light
background: linear-gradient(to right, hsl(248, 83%, 94%), hsl(248, 83%, 74%));
gradient dark
background: linear-gradient(to right, hsl(248, 83%, 74%), hsl(248, 83%, 54%))
hex
background-color: #9486F4;
tailwind
bg-[hsl(248,83%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 83%, 74%, 0.4);
css variable
--color-primary: hsl(248, 83%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 83%, 74%)?
HEX: #9486F4 | RGB: rgb(148, 134, 244) | CMYK: 39%, 45%, 0%, 4% | HSV: 248°, 45%, 96%. Copy any format from the conversion table above.
What colors go well with #9486F4?
The complementary color is HSL(68, 83%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(248, 83%, 74%); — As HEX: color: #9486F4; — As RGB: color: rgb(148, 134, 244); — Tailwind CSS: bg-[hsl(248,83%,74%)] — CSS variable: --color-primary: hsl(248, 83%, 74%);