HSL(249, 30%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,30%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 30%, 73%) | color: hsl(249, 30%, 73%) | |
| HEX | #ACA5CF | color: #ACA5CF | |
| RGB | rgb(172, 165, 207) | color: rgb(172, 165, 207) | |
| CMYK | cmyk(17%, 20%, 0%, 19%) | — | |
| HSV | hsv(250, 20%, 81%) | — | |
| HWB | hwb(250 65% 19%) | color: hwb(250 65% 19%) | |
| OKLCH | oklch(0.7421 0.0604 292.51) | color: oklch(0.7421 0.0604 292.51) | |
| Lab | lab(69.6 11.04 -20.45) | color: lab(69.6 11.04 -20.45) | |
| LCH | lch(69.6 23.24 298.36) | color: lch(69.6 23.24 298.36) |
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)
#A9A9C5 — rgb(169, 169, 197)
Deuteranopia (Green-blind)
#A9AAC2 — rgb(169, 170, 194)
Tritanopia (Blue-blind)
#ACBDBB — rgb(172, 189, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 30%, 73%);
text
color: hsl(249, 30%, 73%);
border
border: 2px solid hsl(249, 30%, 73%);
gradient light
background: linear-gradient(to right, hsl(249, 30%, 93%), hsl(249, 30%, 73%));
gradient dark
background: linear-gradient(to right, hsl(249, 30%, 73%), hsl(249, 30%, 53%))
hex
background-color: #ACA5CF;
tailwind
bg-[hsl(249,30%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 30%, 73%, 0.4);
css variable
--color-primary: hsl(249, 30%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 30%, 73%)?
HEX: #ACA5CF | RGB: rgb(172, 165, 207) | CMYK: 17%, 20%, 0%, 19% | HSV: 250°, 20%, 81%. Copy any format from the conversion table above.
What colors go well with #ACA5CF?
The complementary color is HSL(69, 30%, 73%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 30%, 73%) in CSS?
As HSL: color: hsl(249, 30%, 73%); — As HEX: color: #ACA5CF; — As RGB: color: rgb(172, 165, 207); — Tailwind CSS: bg-[hsl(249,30%,73%)] — CSS variable: --color-primary: hsl(249, 30%, 73%);