#FF838A
A light, vivid red closely aligning with Lightcoral.
About #FF838A
At its core, #FF838A is a light and vivid hue. Designers often compare it to the standard color Lightcoral. In the RGB color space, it consists of 255 red, 131 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 49% M, 46% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF838A
RGB255, 131, 138
HSL356.6°, 100.0%, 75.7%
CMYK0%, 49%, 46%, 0%
HSV356.6°, 48.6%, 100.0%
LAB69.0, 47.6, 18.2
XYZ53.9, 39.3, 28.8
Decimal16745354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.87:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF838A;
}
.text-color {
color: #FF838A;
}
.border-color {
border: 2px solid #FF838A;
}