Orchid (Purple)
#CF5EBC
RGB: 207, 94, 188
Color OverviewHEX #CF5EBC
#CF5EBC Color Code Information
In the RGB color space, #CF5EBC is composed of 81% red, 37% green, and 74% blue. In the HSL color space, it has a hue of 310°, saturation of 54%, and lightness of 59%.
HEX
#CF5EBC
RGB
207, 94, 188
HSL
310°, 54%, 59%
HSV
310°, 55%, 81%
CMYK
0%, 55%, 9%, 19%
Name Match
Orchid
Closest StandardShades of #CF5EBC (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CF5EBC (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CF5EBC (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CF5EBC
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 #CF5EBC Background
Contrast Ratio against Pure White (#FFFFFF):3.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CF5EBC Background
Contrast Ratio against Pure Black (#000000):5.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CF5EBC;
}
.element {
color: #CF5EBC;
background-color: #CF5EBC;
border-color: #CF5EBC;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CF5EBC] text-[#CF5EBC] border-[#CF5EBC]"> Content styled with #CF5EBC </div>