HSL(245, 72%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(245,72%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 72%, 79%) | color: hsl(245, 72%, 79%) | |
| HEX | #A9A3F0 | color: #A9A3F0 | |
| RGB | rgb(169, 163, 240) | color: rgb(169, 163, 240) | |
| CMYK | cmyk(30%, 32%, 0%, 6%) | — | |
| HSV | hsv(245, 32%, 94%) | — | |
| HWB | hwb(245 64% 6%) | color: hwb(245 64% 6%) | |
| OKLCH | oklch(0.7497 0.1098 287) | color: oklch(0.7497 0.1098 287) | |
| Lab | lab(70.12 19.02 -37.77) | color: lab(70.12 19.02 -37.77) | |
| LCH | lch(70.12 42.29 296.73) | color: lch(70.12 42.29 296.73) |
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)
#A6A6DD — rgb(166, 166, 221)
Deuteranopia (Green-blind)
#A7A7D9 — rgb(167, 167, 217)
Tritanopia (Blue-blind)
#A9CFCB — rgb(169, 207, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 72%, 79%);
text
color: hsl(245, 72%, 79%);
border
border: 2px solid hsl(245, 72%, 79%);
gradient light
background: linear-gradient(to right, hsl(245, 72%, 99%), hsl(245, 72%, 79%));
gradient dark
background: linear-gradient(to right, hsl(245, 72%, 79%), hsl(245, 72%, 59%))
hex
background-color: #A9A3F0;
tailwind
bg-[hsl(245,72%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 72%, 79%, 0.4);
css variable
--color-primary: hsl(245, 72%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 72%, 79%)?
HEX: #A9A3F0 | RGB: rgb(169, 163, 240) | CMYK: 30%, 32%, 0%, 6% | HSV: 245°, 32%, 94%. Copy any format from the conversion table above.
What colors go well with #A9A3F0?
The complementary color is HSL(65, 72%, 79%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 72%, 79%) in CSS?
As HSL: color: hsl(245, 72%, 79%); — As HEX: color: #A9A3F0; — As RGB: color: rgb(169, 163, 240); — Tailwind CSS: bg-[hsl(245,72%,79%)] — CSS variable: --color-primary: hsl(245, 72%, 79%);