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