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