Slate Blue (Blue)
#765BF0
RGB: 118, 91, 240
Color OverviewHEX #765BF0

#765BF0 Color Code Information

In the RGB color space, #765BF0 is composed of 46% red, 36% green, and 94% blue. In the HSL color space, it has a hue of 251°, saturation of 83%, and lightness of 65%.

HEX
#765BF0
RGB
118, 91, 240
HSL
251°, 83%, 65%
HSV
251°, 62%, 94%
CMYK
51%, 62%, 0%, 6%
Name Match
Slate Blue
Closest Standard

Shades of #765BF0 (Darker Variations)

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

Tints of #765BF0 (Lighter Variations)

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

Tones of #765BF0 (Muted Variations)

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

Color Harmonies for #765BF0

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

Developer Code Snippets & Tailwind CSS

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

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