HSL(247, 74%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,74%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 74%, 77%) | color: hsl(247, 74%, 77%) | |
| HEX | #A399F0 | color: #A399F0 | |
| RGB | rgb(163, 153, 240) | color: rgb(163, 153, 240) | |
| CMYK | cmyk(32%, 36%, 0%, 6%) | — | |
| HSV | hsv(247, 36%, 94%) | — | |
| HWB | hwb(247 60% 6%) | color: hwb(247 60% 6%) | |
| OKLCH | oklch(0.7259 0.1247 288.15) | color: oklch(0.7259 0.1247 288.15) | |
| Lab | lab(67.17 23 -42.41) | color: lab(67.17 23 -42.41) | |
| LCH | lch(67.17 48.25 298.47) | color: lch(67.17 48.25 298.47) |
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)
#9F9FDB — rgb(159, 159, 219)
Deuteranopia (Green-blind)
#9FA0D6 — rgb(159, 160, 214)
Tritanopia (Blue-blind)
#A3CAC7 — rgb(163, 202, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 74%, 77%);
text
color: hsl(247, 74%, 77%);
border
border: 2px solid hsl(247, 74%, 77%);
gradient light
background: linear-gradient(to right, hsl(247, 74%, 97%), hsl(247, 74%, 77%));
gradient dark
background: linear-gradient(to right, hsl(247, 74%, 77%), hsl(247, 74%, 57%))
hex
background-color: #A399F0;
tailwind
bg-[hsl(247,74%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 74%, 77%, 0.4);
css variable
--color-primary: hsl(247, 74%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 74%, 77%)?
HEX: #A399F0 | RGB: rgb(163, 153, 240) | CMYK: 32%, 36%, 0%, 6% | HSV: 247°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #A399F0?
The complementary color is HSL(67, 74%, 77%). 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, 74%, 77%) in CSS?
As HSL: color: hsl(247, 74%, 77%); — As HEX: color: #A399F0; — As RGB: color: rgb(163, 153, 240); — Tailwind CSS: bg-[hsl(247,74%,77%)] — CSS variable: --color-primary: hsl(247, 74%, 77%);