#FF92BD
A light, vivid magenta closely aligning with Palevioletred.
About #FF92BD
When working with digital screens, the color #FF92BD is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 146, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 43% M, 26% Y, and 0% K. With a hue angle of 336.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF92BD
RGB255, 146, 189
HSL336.3°, 100.0%, 78.6%
CMYK0%, 43%, 26%, 0%
HSV336.3°, 42.7%, 100.0%
LAB73.2, 46.0, -4.2
XYZ60.7, 45.5, 53.7
Decimal16749245
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.10:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF92BD;
}
.text-color {
color: #FF92BD;
}
.border-color {
border: 2px solid #FF92BD;
}