Dark Slate Gray (Neutral)
#265036
RGB: 38, 80, 54
Color OverviewHEX #265036

#265036 Color Code Information

In the RGB color space, #265036 is composed of 15% red, 31% green, and 21% blue. In the HSL color space, it has a hue of 143°, saturation of 36%, and lightness of 23%.

HEX
#265036
RGB
38, 80, 54
HSL
143°, 36%, 23%
HSV
143°, 53%, 31%
CMYK
52%, 0%, 32%, 69%
Name Match
Dark Slate Gray
Closest Standard

Shades of #265036 (Darker Variations)

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

Tints of #265036 (Lighter Variations)

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

Tones of #265036 (Muted Variations)

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

Color Harmonies for #265036

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 #265036 Background
Contrast Ratio against Pure White (#FFFFFF):9.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #265036 Background
Contrast Ratio against Pure Black (#000000):2.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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