#BD92A0
A light, muted magenta closely aligning with Rosybrown.
About #BD92A0
When working with digital screens, the color #BD92A0 is rendered by mixing light. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(189, 146, 160).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 23% Magenta, 15% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD92A0
RGB189, 146, 160
HSL340.5°, 24.6%, 65.7%
CMYK0%, 23%, 15%, 26%
HSV340.5°, 22.8%, 74.1%
LAB64.9, 18.4, -1.1
XYZ37.6, 33.9, 37.8
Decimal12423840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD92A0;
}
.text-color {
color: #BD92A0;
}
.border-color {
border: 2px solid #BD92A0;
}