#B692A8
A light, muted magenta closely aligning with Rosybrown.
About #B692A8
The hex code #B692A8 represents a beautifully specific shade of magenta. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 182 red, 146 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 20% magenta inks. The HSL representation is 323.3° hue, 19.8% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B692A8
RGB182, 146, 168
HSL323.3°, 19.8%, 64.3%
CMYK0%, 20%, 8%, 29%
HSV323.3°, 19.8%, 71.4%
LAB64.4, 17.2, -6.4
XYZ36.6, 33.3, 41.5
Decimal11965096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.67:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B692A8;
}
.text-color {
color: #B692A8;
}
.border-color {
border: 2px solid #B692A8;
}