#E682EC
A light, vivid magenta closely aligning with Violet.
About #E682EC
When working with digital screens, the color #E682EC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(230, 130, 236).
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 45% magenta inks. With a hue angle of 296.6 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E682EC
RGB230, 130, 236
HSL296.6°, 73.6%, 71.8%
CMYK3%, 45%, 0%, 7%
HSV296.6°, 44.9%, 92.5%
LAB68.6, 53.7, -37.4
XYZ55.8, 38.8, 83.9
Decimal15106796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.77:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E682EC;
}
.text-color {
color: #E682EC;
}
.border-color {
border: 2px solid #E682EC;
}