#F88ABD
A light, vivid magenta closely aligning with Palevioletred.
About #F88ABD
Visually, #F88ABD is defined as a vivid magenta. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 248 red, 138 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 44% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F88ABD
RGB248, 138, 189
HSL332.2°, 88.7%, 75.7%
CMYK0%, 44%, 24%, 3%
HSV332.2°, 44.4%, 97.3%
LAB70.7, 47.7, -8.0
XYZ57.0, 41.8, 53.2
Decimal16288445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F88ABD;
}
.text-color {
color: #F88ABD;
}
.border-color {
border: 2px solid #F88ABD;
}