#A8C507
A medium, vivid yellow closely aligning with Yellowgreen.
About #A8C507
The hex code #A8C507 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 168 red, 197 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 96% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8C507
RGB168, 197, 7
HSL69.2°, 93.1%, 40.0%
CMYK15%, 0%, 96%, 23%
HSV69.2°, 96.4%, 77.3%
LAB75.0, -30.0, 74.5
XYZ36.2, 48.3, 7.6
Decimal11060487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8C507;
}
.text-color {
color: #A8C507;
}
.border-color {
border: 2px solid #A8C507;
}