HSL(243, 40%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,40%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 40%, 73%) | color: hsl(243, 40%, 73%) | |
| HEX | #A19FD6 | color: #A19FD6 | |
| RGB | rgb(161, 159, 214) | color: rgb(161, 159, 214) | |
| CMYK | cmyk(25%, 26%, 0%, 16%) | — | |
| HSV | hsv(242, 26%, 84%) | — | |
| HWB | hwb(242 62% 16%) | color: hwb(242 62% 16%) | |
| OKLCH | oklch(0.7241 0.0793 285.9) | color: oklch(0.7241 0.0793 285.9) | |
| Lab | lab(67.45 12.59 -27.68) | color: lab(67.45 12.59 -27.68) | |
| LCH | lch(67.45 30.41 294.46) | color: lch(67.45 30.41 294.46) |
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)
#A0A0C9 — rgb(160, 160, 201)
Deuteranopia (Green-blind)
#A0A0C6 — rgb(160, 160, 198)
Tritanopia (Blue-blind)
#A1BEBC — rgb(161, 190, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 40%, 73%);
text
color: hsl(243, 40%, 73%);
border
border: 2px solid hsl(243, 40%, 73%);
gradient light
background: linear-gradient(to right, hsl(243, 40%, 93%), hsl(243, 40%, 73%));
gradient dark
background: linear-gradient(to right, hsl(243, 40%, 73%), hsl(243, 40%, 53%))
hex
background-color: #A19FD6;
tailwind
bg-[hsl(243,40%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 40%, 73%, 0.4);
css variable
--color-primary: hsl(243, 40%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 40%, 73%)?
HEX: #A19FD6 | RGB: rgb(161, 159, 214) | CMYK: 25%, 26%, 0%, 16% | HSV: 242°, 26%, 84%. Copy any format from the conversion table above.
What colors go well with #A19FD6?
The complementary color is HSL(63, 40%, 73%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 40%, 73%) in CSS?
As HSL: color: hsl(243, 40%, 73%); — As HEX: color: #A19FD6; — As RGB: color: rgb(161, 159, 214); — Tailwind CSS: bg-[hsl(243,40%,73%)] — CSS variable: --color-primary: hsl(243, 40%, 73%);