#B6425F
A medium, moderate red closely aligning with Indianred.
About #B6425F
The hex code #B6425F represents a beautifully specific shade of red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(182, 66, 95).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 64% Magenta, 48% Yellow, and 29% Black. The HSL representation is 345.0° hue, 46.8% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6425F
RGB182, 66, 95
HSL345.0°, 46.8%, 48.6%
CMYK0%, 64%, 48%, 29%
HSV345.0°, 63.7%, 71.4%
LAB45.2, 49.3, 8.5
XYZ23.3, 14.7, 12.4
Decimal11944543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6425F;
}
.text-color {
color: #B6425F;
}
.border-color {
border: 2px solid #B6425F;
}