#F8A8DB
A very light, vivid magenta closely aligning with Plum.
About #F8A8DB
The hex code #F8A8DB represents a beautifully specific shade of magenta. Designers often compare it to the standard color Plum. This translates to an RGB value of rgb(248, 168, 219).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 32% magenta, 12% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8A8DB
RGB248, 168, 219
HSL321.8°, 85.1%, 81.6%
CMYK0%, 32%, 12%, 3%
HSV321.8°, 32.3%, 97.3%
LAB77.9, 36.8, -13.8
XYZ65.5, 53.1, 73.8
Decimal16296155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.62:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A8DB;
}
.text-color {
color: #F8A8DB;
}
.border-color {
border: 2px solid #F8A8DB;
}