HSL(242, 22%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(242,22%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(242, 22%, 63%) | color: hsl(242, 22%, 63%) | |
| HEX | #8D8CB5 | color: #8D8CB5 | |
| RGB | rgb(141, 140, 181) | color: rgb(141, 140, 181) | |
| CMYK | cmyk(22%, 23%, 0%, 29%) | — | |
| HSV | hsv(241, 23%, 71%) | — | |
| HWB | hwb(241 55% 29%) | color: hwb(241 55% 29%) | |
| OKLCH | oklch(0.6558 0.0606 285.72) | color: oklch(0.6558 0.0606 285.72) | |
| Lab | lab(59.67 9.3 -21.28) | color: lab(59.67 9.3 -21.28) | |
| LCH | lch(59.67 23.22 293.61) | color: lch(59.67 23.22 293.61) |
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)
#8D8DAB — rgb(141, 141, 171)
Deuteranopia (Green-blind)
#8D8DA9 — rgb(141, 141, 169)
Tritanopia (Blue-blind)
#8DA3A2 — rgb(141, 163, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(242, 22%, 63%);
text
color: hsl(242, 22%, 63%);
border
border: 2px solid hsl(242, 22%, 63%);
gradient light
background: linear-gradient(to right, hsl(242, 22%, 83%), hsl(242, 22%, 63%));
gradient dark
background: linear-gradient(to right, hsl(242, 22%, 63%), hsl(242, 22%, 43%))
hex
background-color: #8D8CB5;
tailwind
bg-[hsl(242,22%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(242, 22%, 63%, 0.4);
css variable
--color-primary: hsl(242, 22%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(242, 22%, 63%)?
HEX: #8D8CB5 | RGB: rgb(141, 140, 181) | CMYK: 22%, 23%, 0%, 29% | HSV: 241°, 23%, 71%. Copy any format from the conversion table above.
What colors go well with #8D8CB5?
The complementary color is HSL(62, 22%, 63%). For a triadic harmony, use hues 242°, 2°, and 122°. For analogous combinations, try hues 212° and 272°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(242, 22%, 63%) in CSS?
As HSL: color: hsl(242, 22%, 63%); — As HEX: color: #8D8CB5; — As RGB: color: rgb(141, 140, 181); — Tailwind CSS: bg-[hsl(242,22%,63%)] — CSS variable: --color-primary: hsl(242, 22%, 63%);