HSL(247, 22%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,22%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 22%, 60%) | color: hsl(247, 22%, 60%) | |
| HEX | #8883AF | color: #8883AF | |
| RGB | rgb(136, 131, 175) | color: rgb(136, 131, 175) | |
| CMYK | cmyk(22%, 25%, 0%, 31%) | — | |
| HSV | hsv(247, 25%, 69%) | — | |
| HWB | hwb(247 52% 31%) | color: hwb(247 52% 31%) | |
| OKLCH | oklch(0.6306 0.0657 289.58) | color: oklch(0.6306 0.0657 289.58) | |
| Lab | lab(56.65 11.47 -22.52) | color: lab(56.65 11.47 -22.52) | |
| LCH | lch(56.65 25.27 296.99) | color: lch(56.65 25.27 296.99) |
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)
#8686A4 — rgb(134, 134, 164)
Deuteranopia (Green-blind)
#8687A2 — rgb(134, 135, 162)
Tritanopia (Blue-blind)
#889C9A — rgb(136, 156, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 22%, 60%);
text
color: hsl(247, 22%, 60%);
border
border: 2px solid hsl(247, 22%, 60%);
gradient light
background: linear-gradient(to right, hsl(247, 22%, 80%), hsl(247, 22%, 60%));
gradient dark
background: linear-gradient(to right, hsl(247, 22%, 60%), hsl(247, 22%, 40%))
hex
background-color: #8883AF;
tailwind
bg-[hsl(247,22%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 22%, 60%, 0.4);
css variable
--color-primary: hsl(247, 22%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 22%, 60%)?
HEX: #8883AF | RGB: rgb(136, 131, 175) | CMYK: 22%, 25%, 0%, 31% | HSV: 247°, 25%, 69%. Copy any format from the conversion table above.
What colors go well with #8883AF?
The complementary color is HSL(67, 22%, 60%). 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, 22%, 60%) in CSS?
As HSL: color: hsl(247, 22%, 60%); — As HEX: color: #8883AF; — As RGB: color: rgb(136, 131, 175); — Tailwind CSS: bg-[hsl(247,22%,60%)] — CSS variable: --color-primary: hsl(247, 22%, 60%);