#E21DDB
A medium, vivid magenta closely aligning with Fuchsia.
About #E21DDB
When working with digital screens, the color #E21DDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 29, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 87% M, 3% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E21DDB
RGB226, 29, 219
HSL302.1°, 77.3%, 50.0%
CMYK0%, 87%, 3%, 11%
HSV302.1°, 87.2%, 88.6%
LAB54.2, 85.9, -50.7
XYZ44.6, 22.2, 68.9
Decimal14818779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E21DDB;
}
.text-color {
color: #E21DDB;
}
.border-color {
border: 2px solid #E21DDB;
}