#F824E9
A medium, vivid magenta closely aligning with Fuchsia.
About #F824E9
When working with digital screens, the color #F824E9 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(248, 36, 233).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 85% magenta, 6% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F824E9
RGB248, 36, 233
HSL304.2°, 93.8%, 55.7%
CMYK0%, 85%, 6%, 3%
HSV304.2°, 85.5%, 97.3%
LAB59.1, 90.7, -50.6
XYZ54.1, 27.1, 79.5
Decimal16262377
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F824E9;
}
.text-color {
color: #F824E9;
}
.border-color {
border: 2px solid #F824E9;
}