#C583CC
A light, moderate magenta closely aligning with Plum.
About #C583CC
At its core, #C583CC is a light and moderate hue. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(197, 131, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 3% cyan and 36% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C583CC
RGB197, 131, 204
HSL294.2°, 41.7%, 65.7%
CMYK3%, 36%, 0%, 20%
HSV294.2°, 35.8%, 80.0%
LAB63.7, 37.3, -27.6
XYZ42.0, 32.5, 61.2
Decimal12944332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.49:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C583CC;
}
.text-color {
color: #C583CC;
}
.border-color {
border: 2px solid #C583CC;
}