Cornflower Blue (Blue)
#9593EB
RGB: 149, 147, 235
Color OverviewHEX #9593EB

#9593EB Color Code Information

In the RGB color space, #9593EB is composed of 58% red, 58% green, and 92% blue. In the HSL color space, it has a hue of 241°, saturation of 69%, and lightness of 75%.

HEX
#9593EB
RGB
149, 147, 235
HSL
241°, 69%, 75%
HSV
241°, 37%, 92%
CMYK
37%, 37%, 0%, 8%
Name Match
Cornflower Blue
Closest Standard

Shades of #9593EB (Darker Variations)

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

Tints of #9593EB (Lighter Variations)

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

Tones of #9593EB (Muted Variations)

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

Color Harmonies for #9593EB

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 #9593EB Background
Contrast Ratio against Pure White (#FFFFFF):2.74 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9593EB Background
Contrast Ratio against Pure Black (#000000):7.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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