Steel Blue (Blue)
#25A9BF
RGB: 37, 169, 191
Color OverviewHEX #25A9BF

#25A9BF Color Code Information

In the RGB color space, #25A9BF is composed of 15% red, 66% green, and 75% blue. In the HSL color space, it has a hue of 189°, saturation of 68%, and lightness of 45%.

HEX
#25A9BF
RGB
37, 169, 191
HSL
189°, 68%, 45%
HSV
189°, 81%, 75%
CMYK
81%, 12%, 0%, 25%
Name Match
Steel Blue
Closest Standard

Shades of #25A9BF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #25A9BF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #25A9BF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #25A9BF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #25A9BF Background
Contrast Ratio against Pure White (#FFFFFF):2.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #25A9BF Background
Contrast Ratio against Pure Black (#000000):7.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #25A9BF;
}

.element {
  color: #25A9BF;
  background-color: #25A9BF;
  border-color: #25A9BF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#25A9BF] text-[#25A9BF] border-[#25A9BF]">
  Content styled with #25A9BF
</div>