#B675C5
A light, moderate magenta closely aligning with Orchid.
About #B675C5
Visually, #B675C5 is defined as a moderate magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(182, 117, 197).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 8% cyan and 41% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B675C5
RGB182, 117, 197
HSL288.8°, 40.8%, 61.6%
CMYK8%, 41%, 0%, 23%
HSV288.8°, 40.6%, 77.3%
LAB58.7, 38.9, -31.5
XYZ35.7, 26.7, 56.1
Decimal11957701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B675C5;
}
.text-color {
color: #B675C5;
}
.border-color {
border: 2px solid #B675C5;
}