HSL(247, 96%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,96%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 96%, 76%) | color: hsl(247, 96%, 76%) | |
| HEX | #9587FD | color: #9587FD | |
| RGB | rgb(149, 135, 253) | color: rgb(149, 135, 253) | |
| CMYK | cmyk(41%, 47%, 0%, 1%) | — | |
| HSV | hsv(247, 47%, 99%) | — | |
| HWB | hwb(247 52% 1%) | color: hwb(247 52% 1%) | |
| OKLCH | oklch(0.6886 0.169 286.5) | color: oklch(0.6886 0.169 286.5) | |
| Lab | lab(62.35 33.16 -57.24) | color: lab(62.35 33.16 -57.24) | |
| LCH | lch(62.35 66.15 300.08) | color: lch(62.35 66.15 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)
#8F8FE0 — rgb(143, 143, 224)
Deuteranopia (Green-blind)
#9091DA — rgb(144, 145, 218)
Tritanopia (Blue-blind)
#94CAC5 — rgb(148, 202, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 96%, 76%);
text
color: hsl(247, 96%, 76%);
border
border: 2px solid hsl(247, 96%, 76%);
gradient light
background: linear-gradient(to right, hsl(247, 96%, 96%), hsl(247, 96%, 76%));
gradient dark
background: linear-gradient(to right, hsl(247, 96%, 76%), hsl(247, 96%, 56%))
hex
background-color: #9587FD;
tailwind
bg-[hsl(247,96%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 96%, 76%, 0.4);
css variable
--color-primary: hsl(247, 96%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 96%, 76%)?
HEX: #9587FD | RGB: rgb(149, 135, 253) | CMYK: 41%, 47%, 0%, 1% | HSV: 247°, 47%, 99%. Copy any format from the conversion table above.
What colors go well with #9587FD?
The complementary color is HSL(67, 96%, 76%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 96%, 76%) in CSS?
As HSL: color: hsl(247, 96%, 76%); — As HEX: color: #9587FD; — As RGB: color: rgb(149, 135, 253); — Tailwind CSS: bg-[hsl(247,96%,76%)] — CSS variable: --color-primary: hsl(247, 96%, 76%);