#B699A8
A light, muted magenta closely aligning with Rosybrown.
About #B699A8
Visually, #B699A8 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(182, 153, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 16% magenta, 8% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B699A8
RGB182, 153, 168
HSL329.0°, 16.6%, 65.7%
CMYK0%, 16%, 8%, 29%
HSV329.0°, 15.9%, 71.4%
LAB66.2, 13.3, -3.8
XYZ37.8, 35.6, 41.9
Decimal11966888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.11:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B699A8;
}
.text-color {
color: #B699A8;
}
.border-color {
border: 2px solid #B699A8;
}