#F0A8B6
A very light, vivid red closely aligning with Lightpink.
About #F0A8B6
The precise color #F0A8B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightpink. This translates to an RGB value of rgb(240, 168, 182).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 30% Magenta, 24% Yellow, and 6% Black. The HSL representation is 348.3° hue, 70.6% saturation, and 80.0% lightness.
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#F0A8B6
RGB240, 168, 182
HSL348.3°, 70.6%, 80.0%
CMYK0%, 30%, 24%, 6%
HSV348.3°, 30.0%, 94.1%
LAB76.0, 28.4, 3.5
XYZ58.4, 49.9, 50.8
Decimal15771830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.98:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A8B6;
}
.text-color {
color: #F0A8B6;
}
.border-color {
border: 2px solid #F0A8B6;
}