Cornflower Blue (Blue)
#7B74EC
RGB: 123, 116, 236
Color OverviewHEX #7B74EC

#7B74EC Color Code Information

In the RGB color space, #7B74EC is composed of 48% red, 45% green, and 93% blue. In the HSL color space, it has a hue of 244°, saturation of 76%, and lightness of 69%.

HEX
#7B74EC
RGB
123, 116, 236
HSL
244°, 76%, 69%
HSV
244°, 51%, 93%
CMYK
48%, 51%, 0%, 7%
Name Match
Cornflower Blue
Closest Standard

Shades of #7B74EC (Darker Variations)

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

Tints of #7B74EC (Lighter Variations)

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

Tones of #7B74EC (Muted Variations)

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

Color Harmonies for #7B74EC

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

Developer Code Snippets & Tailwind CSS

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

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