Royal Blue (Blue)
#3067DE
RGB: 48, 103, 222
Color OverviewHEX #3067DE
#3067DE Color Code Information
In the RGB color space, #3067DE is composed of 19% red, 40% green, and 87% blue. In the HSL color space, it has a hue of 221°, saturation of 73%, and lightness of 53%.
HEX
#3067DE
RGB
48, 103, 222
HSL
221°, 73%, 53%
HSV
221°, 78%, 87%
CMYK
78%, 54%, 0%, 13%
Name Match
Royal Blue
Closest StandardShades of #3067DE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #3067DE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #3067DE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #3067DE
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #3067DE Background
Contrast Ratio against Pure White (#FFFFFF):5.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3067DE Background
Contrast Ratio against Pure Black (#000000):4.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #3067DE;
}
.element {
color: #3067DE;
background-color: #3067DE;
border-color: #3067DE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#3067DE] text-[#3067DE] border-[#3067DE]"> Content styled with #3067DE </div>