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