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