HSL(241, 39%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,39%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 39%, 74%) | color: hsl(241, 39%, 74%) | |
| HEX | #A4A3D7 | color: #A4A3D7 | |
| RGB | rgb(164, 163, 215) | color: rgb(164, 163, 215) | |
| CMYK | cmyk(24%, 24%, 0%, 16%) | — | |
| HSV | hsv(241, 24%, 84%) | — | |
| HWB | hwb(241 64% 16%) | color: hwb(241 64% 16%) | |
| OKLCH | oklch(0.7349 0.0748 285.29) | color: oklch(0.7349 0.0748 285.29) | |
| Lab | lab(68.75 11.49 -26.22) | color: lab(68.75 11.49 -26.22) | |
| LCH | lch(68.75 28.63 293.66) | color: lch(68.75 28.63 293.66) |
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)
#A4A4CA — rgb(164, 164, 202)
Deuteranopia (Green-blind)
#A4A4C7 — rgb(164, 164, 199)
Tritanopia (Blue-blind)
#A4C0BE — rgb(164, 192, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 39%, 74%);
text
color: hsl(241, 39%, 74%);
border
border: 2px solid hsl(241, 39%, 74%);
gradient light
background: linear-gradient(to right, hsl(241, 39%, 94%), hsl(241, 39%, 74%));
gradient dark
background: linear-gradient(to right, hsl(241, 39%, 74%), hsl(241, 39%, 54%))
hex
background-color: #A4A3D7;
tailwind
bg-[hsl(241,39%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 39%, 74%, 0.4);
css variable
--color-primary: hsl(241, 39%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 39%, 74%)?
HEX: #A4A3D7 | RGB: rgb(164, 163, 215) | CMYK: 24%, 24%, 0%, 16% | HSV: 241°, 24%, 84%. Copy any format from the conversion table above.
What colors go well with #A4A3D7?
The complementary color is HSL(61, 39%, 74%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 39%, 74%) in CSS?
As HSL: color: hsl(241, 39%, 74%); — As HEX: color: #A4A3D7; — As RGB: color: rgb(164, 163, 215); — Tailwind CSS: bg-[hsl(241,39%,74%)] — CSS variable: --color-primary: hsl(241, 39%, 74%);