#B65F6D
A medium, moderate red closely aligning with Palevioletred.
About #B65F6D
The hex code #B65F6D represents a beautifully specific shade of red. 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 182, 95, and 109.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 48% Magenta, 40% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65F6D
RGB182, 95, 109
HSL350.3°, 37.3%, 54.3%
CMYK0%, 48%, 40%, 29%
HSV350.3°, 47.8%, 71.4%
LAB51.0, 36.6, 8.2
XYZ26.1, 19.2, 16.8
Decimal11951981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65F6D;
}
.text-color {
color: #B65F6D;
}
.border-color {
border: 2px solid #B65F6D;
}