#A88AA8
A light, muted magenta closely aligning with Rosybrown.
About #A88AA8
When working with digital screens, the color #A88AA8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(168, 138, 168).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A88AA8
RGB168, 138, 168
HSL300.0°, 14.7%, 60.0%
CMYK0%, 18%, 0%, 34%
HSV300.0°, 17.9%, 65.9%
LAB61.1, 16.7, -11.5
XYZ32.3, 29.3, 41.0
Decimal11045544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88AA8;
}
.text-color {
color: #A88AA8;
}
.border-color {
border: 2px solid #A88AA8;
}