Royal Blue (Blue)
#4B4BE1
RGB: 75, 75, 225
Color OverviewHEX #4B4BE1

#4B4BE1 Color Code Information

In the RGB color space, #4B4BE1 is composed of 29% red, 29% green, and 88% blue. In the HSL color space, it has a hue of 240°, saturation of 71%, and lightness of 59%.

HEX
#4B4BE1
RGB
75, 75, 225
HSL
240°, 71%, 59%
HSV
240°, 67%, 88%
CMYK
67%, 67%, 0%, 12%
Name Match
Royal Blue
Closest Standard

Shades of #4B4BE1 (Darker Variations)

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

Tints of #4B4BE1 (Lighter Variations)

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

Tones of #4B4BE1 (Muted Variations)

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

Color Harmonies for #4B4BE1

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

Developer Code Snippets & Tailwind CSS

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

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