Light Steel Blue (Blue)
#A591FD
RGB: 165, 145, 253
Color OverviewHEX #A591FD

#A591FD Color Code Information

In the RGB color space, #A591FD is composed of 65% red, 57% green, and 99% blue. In the HSL color space, it has a hue of 251°, saturation of 96%, and lightness of 78%.

HEX
#A591FD
RGB
165, 145, 253
HSL
251°, 96%, 78%
HSV
251°, 43%, 99%
CMYK
35%, 43%, 0%, 1%
Name Match
Light Steel Blue
Closest Standard

Shades of #A591FD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #A591FD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #A591FD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #A591FD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #A591FD Background
Contrast Ratio against Pure White (#FFFFFF):2.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A591FD Background
Contrast Ratio against Pure Black (#000000):8.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #A591FD;
}

.element {
  color: #A591FD;
  background-color: #A591FD;
  border-color: #A591FD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#A591FD] text-[#A591FD] border-[#A591FD]">
  Content styled with #A591FD
</div>