Royal Blue (Blue)
#267CDF
RGB: 38, 124, 223
Color OverviewHEX #267CDF

#267CDF Color Code Information

In the RGB color space, #267CDF is composed of 15% red, 49% green, and 87% blue. In the HSL color space, it has a hue of 212°, saturation of 74%, and lightness of 51%.

HEX
#267CDF
RGB
38, 124, 223
HSL
212°, 74%, 51%
HSV
212°, 83%, 87%
CMYK
83%, 44%, 0%, 13%
Name Match
Royal Blue
Closest Standard

Shades of #267CDF (Darker Variations)

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

Tints of #267CDF (Lighter Variations)

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

Tones of #267CDF (Muted Variations)

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

Color Harmonies for #267CDF

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #267CDF;
}

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