Slate Blue (Blue)
#777FBF
RGB: 119, 127, 191
Color OverviewHEX #777FBF

#777FBF Color Code Information

In the RGB color space, #777FBF is composed of 47% red, 50% green, and 75% blue. In the HSL color space, it has a hue of 233°, saturation of 36%, and lightness of 61%.

HEX
#777FBF
RGB
119, 127, 191
HSL
233°, 36%, 61%
HSV
233°, 38%, 75%
CMYK
38%, 34%, 0%, 25%
Name Match
Slate Blue
Closest Standard

Shades of #777FBF (Darker Variations)

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

Tints of #777FBF (Lighter Variations)

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

Tones of #777FBF (Muted Variations)

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

Color Harmonies for #777FBF

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

Developer Code Snippets & Tailwind CSS

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

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