#FFA8C5
A very light, vivid magenta closely aligning with Lightpink.
About #FFA8C5
At its core, #FFA8C5 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightpink. Its digital footprint relies on 255 parts red, 168 parts green, and 197 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 34% Magenta, 23% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA8C5
RGB255, 168, 197
HSL340.0°, 100.0%, 82.9%
CMYK0%, 34%, 23%, 0%
HSV340.0°, 34.1%, 100.0%
LAB78.0, 35.9, -1.5
XYZ65.3, 53.3, 59.7
Decimal16754885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.66:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8C5;
}
.text-color {
color: #FFA8C5;
}
.border-color {
border: 2px solid #FFA8C5;
}