#D3D392
A light, moderate yellow closely aligning with Palegoldenrod.
About #D3D392
The precise color #D3D392 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palegoldenrod. In the RGB color space, it consists of 211 red, 211 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 0% M, 31% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3D392
RGB211, 211, 146
HSL60.0°, 42.5%, 70.0%
CMYK0%, 0%, 31%, 17%
HSV60.0°, 30.8%, 82.7%
LAB83.2, -10.0, 32.3
XYZ55.3, 62.5, 36.3
Decimal13882258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D392;
}
.text-color {
color: #D3D392;
}
.border-color {
border: 2px solid #D3D392;
}