HSL(247, 48%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,48%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 48%, 64%) | color: hsl(247, 48%, 64%) | |
| HEX | #8177CF | color: #8177CF | |
| RGB | rgb(129, 119, 207) | color: rgb(129, 119, 207) | |
| CMYK | cmyk(38%, 43%, 0%, 19%) | — | |
| HSV | hsv(247, 43%, 81%) | — | |
| HWB | hwb(247 46% 19%) | color: hwb(247 46% 19%) | |
| OKLCH | oklch(0.6168 0.1305 287.13) | color: oklch(0.6168 0.1305 287.13) | |
| Lab | lab(54.41 24.82 -44.3) | color: lab(54.41 24.82 -44.3) | |
| LCH | lch(54.41 50.78 299.26) | color: lch(54.41 50.78 299.26) |
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)
#7D7DBA — rgb(125, 125, 186)
Deuteranopia (Green-blind)
#7D7EB5 — rgb(125, 126, 181)
Tritanopia (Blue-blind)
#81A9A5 — rgb(129, 169, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 48%, 64%);
text
color: hsl(247, 48%, 64%);
border
border: 2px solid hsl(247, 48%, 64%);
gradient light
background: linear-gradient(to right, hsl(247, 48%, 84%), hsl(247, 48%, 64%));
gradient dark
background: linear-gradient(to right, hsl(247, 48%, 64%), hsl(247, 48%, 44%))
hex
background-color: #8177CF;
tailwind
bg-[hsl(247,48%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 48%, 64%, 0.4);
css variable
--color-primary: hsl(247, 48%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 48%, 64%)?
HEX: #8177CF | RGB: rgb(129, 119, 207) | CMYK: 38%, 43%, 0%, 19% | HSV: 247°, 43%, 81%. Copy any format from the conversion table above.
What colors go well with #8177CF?
The complementary color is HSL(67, 48%, 64%). 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, 48%, 64%) in CSS?
As HSL: color: hsl(247, 48%, 64%); — As HEX: color: #8177CF; — As RGB: color: rgb(129, 119, 207); — Tailwind CSS: bg-[hsl(247,48%,64%)] — CSS variable: --color-primary: hsl(247, 48%, 64%);