Royal Blue (Blue)
#4368DF
RGB: 67, 104, 223
Color OverviewHEX #4368DF

#4368DF Color Code Information

In the RGB color space, #4368DF is composed of 26% red, 41% green, and 87% blue. In the HSL color space, it has a hue of 226°, saturation of 71%, and lightness of 57%.

HEX
#4368DF
RGB
67, 104, 223
HSL
226°, 71%, 57%
HSV
226°, 70%, 87%
CMYK
70%, 53%, 0%, 13%
Name Match
Royal Blue
Closest Standard

Shades of #4368DF (Darker Variations)

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

Tints of #4368DF (Lighter Variations)

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

Tones of #4368DF (Muted Variations)

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

Color Harmonies for #4368DF

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #4368DF;
}

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