#57503A
A dark, muted yellow closely aligning with Dimgray.
About #57503A
At its core, #57503A is a dark and muted hue. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(87, 80, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 8% magenta, 33% yellow, and 66% black. With a hue angle of 45.5 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57503A
RGB87, 80, 58
HSL45.5°, 20.0%, 28.4%
CMYK0%, 8%, 33%, 66%
HSV45.5°, 33.3%, 34.1%
LAB34.1, -1.0, 14.0
XYZ7.6, 8.1, 5.2
Decimal5722170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #57503A;
}
.text-color {
color: #57503A;
}
.border-color {
border: 2px solid #57503A;
}