#B68A7C
A light, muted red closely aligning with Rosybrown.
About #B68A7C
At its core, #B68A7C is a light and muted hue. Its closest recognized web color is Rosybrown. Its digital footprint relies on 182 parts red, 138 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 24% Magenta, 32% Yellow, and 29% Black. The HSL representation is 14.5° hue, 28.4% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B68A7C
RGB182, 138, 124
HSL14.5°, 28.4%, 60.0%
CMYK0%, 24%, 32%, 29%
HSV14.5°, 31.9%, 71.4%
LAB61.3, 14.8, 14.0
XYZ32.0, 29.6, 23.1
Decimal11963004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B68A7C;
}
.text-color {
color: #B68A7C;
}
.border-color {
border: 2px solid #B68A7C;
}