#B66DD3
A light, moderate purple closely aligning with Orchid.
About #B66DD3
At its core, #B66DD3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 182 parts red, 109 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 14% C, 48% M, 0% Y, and 17% K. The HSL representation is 282.9° hue, 53.7% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B66DD3
RGB182, 109, 211
HSL282.9°, 53.7%, 62.7%
CMYK14%, 48%, 0%, 17%
HSV282.9°, 48.3%, 82.7%
LAB57.6, 46.1, -41.1
XYZ36.5, 25.6, 64.6
Decimal11955667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B66DD3;
}
.text-color {
color: #B66DD3;
}
.border-color {
border: 2px solid #B66DD3;
}