#C533B6
A medium, moderate magenta closely aligning with Mediumorchid.
About #C533B6
When working with digital screens, the color #C533B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(197, 51, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 74% Magenta, 8% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C533B6
RGB197, 51, 182
HSL306.2°, 58.9%, 48.6%
CMYK0%, 74%, 8%, 23%
HSV306.2°, 74.1%, 77.3%
LAB49.0, 69.9, -37.9
XYZ32.7, 17.6, 45.9
Decimal12923830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C533B6;
}
.text-color {
color: #C533B6;
}
.border-color {
border: 2px solid #C533B6;
}