#D3D350
A medium, moderate yellow closely aligning with Khaki.
About #D3D350
The precise color #D3D350 is an excellent choice for modern design projects. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 211, and 80.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 62% Y, and 17% K. The HSL representation is 60.0° hue, 59.8% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3D350
RGB211, 211, 80
HSL60.0°, 59.8%, 57.1%
CMYK0%, 0%, 62%, 17%
HSV60.0°, 62.1%, 82.7%
LAB82.4, -16.2, 62.7
XYZ51.6, 61.0, 16.6
Decimal13882192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.20:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D350;
}
.text-color {
color: #D3D350;
}
.border-color {
border: 2px solid #D3D350;
}