Gold
#FFDD1A
YellowColor Codes
All color formats for development
HEX
#FFDD1ARGB
rgb(255, 221, 26)HSL
hsl(51, 100%, 55%)OKLCH
oklch(0.899 0.182 97.6)CMYK
cmyk(0%, 13%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCD700
2#E0BF00
3#C4A700
4#A88F00
5#8C7700
6#705F00
7#544800
8#383000
9#1C1800
Tints
Lighter variations
1#FFE030
2#FFE347
3#FFE75E
4#FFEA75
5#FFEE8C
6#FFF1A3
7#FFF5BA
8#FFF8D1
9#FFFCE8
Tones
Muted variations
1#F4D525
2#E8CD30
3#DDC43C
4#D1BC47
5#C6B453
6#BAAC5E
7#AFA46A
8#A39C75
9#989481
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFA #FFFADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF5 #FFF5BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFED #FFED8A | BordersInactive statesPlaceholder text |
| 400 | FFE4 #FFE44D | Disabled statesSecondary iconsMuted text |
| 500 | FFDD #FFDD1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BF #E0BF00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B398 #B39800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806C #806C00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5245 #524500 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFDF0;
--gold-100: #FFFADB;
--gold-200: #FFF5BD;
--gold-300: #FFED8A;
--gold-400: #FFE44D;
--gold-500: #FFDD1A;
--gold-600: #E0BF00;
--gold-700: #B39800;
--gold-800: #806C00;
--gold-900: #524500;
--gold-950: #332B00;
}