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