#F83AD3
A light, vivid magenta closely aligning with Mediumorchid.
About #F83AD3
The precise color #F83AD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 58, and 211.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. With a hue angle of 311.7 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F83AD3
RGB248, 58, 211
HSL311.7°, 93.1%, 60.0%
CMYK0%, 77%, 15%, 3%
HSV311.7°, 76.6%, 97.3%
LAB59.6, 83.0, -37.4
XYZ52.0, 27.7, 64.2
Decimal16267987
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: #F83AD3;
}
.text-color {
color: #F83AD3;
}
.border-color {
border: 2px solid #F83AD3;
}