#FFD30F
A medium, vivid yellow closely aligning with Gold.
About #FFD30F
Visually, #FFD30F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. This translates to an RGB value of rgb(255, 211, 15).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. The HSL representation is 49.0° hue, 100.0% saturation, and 52.9% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFD30F
RGB255, 211, 15
HSL49.0°, 100.0%, 52.9%
CMYK0%, 17%, 94%, 0%
HSV49.0°, 94.1%, 100.0%
LAB85.9, 0.2, 85.1
XYZ64.6, 67.9, 10.1
Decimal16765711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD30F;
}
.text-color {
color: #FFD30F;
}
.border-color {
border: 2px solid #FFD30F;
}