HSL(244, 60%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(244,60%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 60%, 71%) | color: hsl(244, 60%, 71%) | |
| HEX | #8F89E1 | color: #8F89E1 | |
| RGB | rgb(143, 137, 225) | color: rgb(143, 137, 225) | |
| CMYK | cmyk(36%, 39%, 0%, 12%) | — | |
| HSV | hsv(244, 39%, 88%) | — | |
| HWB | hwb(244 54% 12%) | color: hwb(244 54% 12%) | |
| OKLCH | oklch(0.672 0.1283 285.51) | color: oklch(0.672 0.1283 285.51) | |
| Lab | lab(60.93 22.86 -44.05) | color: lab(60.93 22.86 -44.05) | |
| LCH | lch(60.93 49.63 297.43) | color: lch(60.93 49.63 297.43) |
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)
#8C8CCC — rgb(140, 140, 204)
Deuteranopia (Green-blind)
#8D8DC7 — rgb(141, 141, 199)
Tritanopia (Blue-blind)
#8FBBB7 — rgb(143, 187, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 60%, 71%);
text
color: hsl(244, 60%, 71%);
border
border: 2px solid hsl(244, 60%, 71%);
gradient light
background: linear-gradient(to right, hsl(244, 60%, 91%), hsl(244, 60%, 71%));
gradient dark
background: linear-gradient(to right, hsl(244, 60%, 71%), hsl(244, 60%, 51%))
hex
background-color: #8F89E1;
tailwind
bg-[hsl(244,60%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 60%, 71%, 0.4);
css variable
--color-primary: hsl(244, 60%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 60%, 71%)?
HEX: #8F89E1 | RGB: rgb(143, 137, 225) | CMYK: 36%, 39%, 0%, 12% | HSV: 244°, 39%, 88%. Copy any format from the conversion table above.
What colors go well with #8F89E1?
The complementary color is HSL(64, 60%, 71%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 60%, 71%) in CSS?
As HSL: color: hsl(244, 60%, 71%); — As HEX: color: #8F89E1; — As RGB: color: rgb(143, 137, 225); — Tailwind CSS: bg-[hsl(244,60%,71%)] — CSS variable: --color-primary: hsl(244, 60%, 71%);