Black (Neutral)
#140632
RGB: 20, 6, 50
Color OverviewHEX #140632

#140632 Color Code Information

In the RGB color space, #140632 is composed of 8% red, 2% green, and 20% blue. In the HSL color space, it has a hue of 259°, saturation of 79%, and lightness of 11%.

HEX
#140632
RGB
20, 6, 50
HSL
259°, 79%, 11%
HSV
259°, 88%, 20%
CMYK
60%, 88%, 0%, 80%
Name Match
Black
Closest Standard

Shades of #140632 (Darker Variations)

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

Tints of #140632 (Lighter Variations)

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

Tones of #140632 (Muted Variations)

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

Color Harmonies for #140632

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

Developer Code Snippets & Tailwind CSS

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

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