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