Sapphire (Blue)
#0669DB
RGB: 6, 105, 219
Color OverviewHEX #0669DB
#0669DB Color Code Information
In the RGB color space, #0669DB is composed of 2% red, 41% green, and 86% blue. In the HSL color space, it has a hue of 212°, saturation of 95%, and lightness of 44%.
HEX
#0669DB
RGB
6, 105, 219
HSL
212°, 95%, 44%
HSV
212°, 97%, 86%
CMYK
97%, 52%, 0%, 14%
Name Match
Sapphire
Closest StandardShades of #0669DB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #0669DB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #0669DB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #0669DB
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 #0669DB Background
Contrast Ratio against Pure White (#FFFFFF):5.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0669DB Background
Contrast Ratio against Pure Black (#000000):4.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #0669DB;
}
.element {
color: #0669DB;
background-color: #0669DB;
border-color: #0669DB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#0669DB] text-[#0669DB] border-[#0669DB]"> Content styled with #0669DB </div>