#E249F8
A light, vivid magenta closely aligning with Fuchsia.
About #E249F8
When working with digital screens, the color #E249F8 is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(226, 73, 248).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 9% cyan and 71% magenta inks. The HSL representation is 292.5° hue, 92.6% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E249F8
RGB226, 73, 248
HSL292.5°, 92.6%, 62.9%
CMYK9%, 71%, 0%, 3%
HSV292.5°, 70.6%, 97.3%
LAB59.6, 79.5, -58.3
XYZ50.7, 27.7, 91.5
Decimal14830072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.54:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E249F8;
}
.text-color {
color: #E249F8;
}
.border-color {
border: 2px solid #E249F8;
}