#FFB6F0
A very light, vivid magenta closely aligning with Plum.
About #FFB6F0
Visually, #FFB6F0 is defined as a vivid magenta. It is closely associated with the named CSS color Plum. In the RGB color space, it consists of 255 red, 182 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 29% Magenta, 6% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFB6F0
RGB255, 182, 240
HSL312.3°, 100.0%, 85.7%
CMYK0%, 29%, 6%, 0%
HSV312.3°, 28.6%, 100.0%
LAB82.4, 35.3, -18.3
XYZ73.7, 61.0, 90.3
Decimal16758512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.20:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6F0;
}
.text-color {
color: #FFB6F0;
}
.border-color {
border: 2px solid #FFB6F0;
}