#FF83C5
A light, vivid magenta closely aligning with Hotpink.
About #FF83C5
At its core, #FF83C5 is a light and vivid hue. Designers often compare it to the standard color Hotpink. In the RGB color space, it consists of 255 red, 131 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 49% magenta, 23% yellow, and 0% black. With a hue angle of 328.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF83C5
RGB255, 131, 197
HSL328.1°, 100.0%, 75.7%
CMYK0%, 49%, 23%, 0%
HSV328.1°, 48.6%, 100.0%
LAB70.5, 54.5, -12.6
XYZ59.4, 41.5, 57.7
Decimal16745413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF83C5;
}
.text-color {
color: #FF83C5;
}
.border-color {
border: 2px solid #FF83C5;
}