#E275F8
A light, vivid magenta closely aligning with Violet.
About #E275F8
The precise color #E275F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Violet. In the RGB color space, it consists of 226 red, 117 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 53% magenta, 0% yellow, and 3% black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E275F8
RGB226, 117, 248
HSL289.9°, 90.3%, 71.6%
CMYK9%, 53%, 0%, 3%
HSV289.9°, 52.8%, 97.3%
LAB66.3, 61.2, -47.8
XYZ54.7, 35.7, 92.8
Decimal14841336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E275F8;
}
.text-color {
color: #E275F8;
}
.border-color {
border: 2px solid #E275F8;
}