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