Gold
#FFD11A
YellowColor Codes
All color formats for development
HEX
#FFD11ARGB
rgb(255, 209, 26)HSL
hsl(48, 100%, 55%)OKLCH
oklch(0.875 0.175 92.2)CMYK
cmyk(0%, 18%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCCA00
2#E0B400
3#C49D00
4#A88700
5#8C7000
6#705A00
7#544300
8#382D00
9#1C1600
Tints
Lighter variations
1#FFD630
2#FFDA47
3#FFDF5E
4#FFE375
5#FFE88C
6#FFEDA3
7#FFF1BA
8#FFF6D1
9#FFFAE8
Tones
Muted variations
1#F4CA25
2#E8C330
3#DDBC3C
4#D1B647
5#C6AF53
6#BAA85E
7#AFA16A
8#A39A75
9#989381
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF2 #FFF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE8 #FFE88A | BordersInactive statesPlaceholder text |
| 400 | FFDB #FFDB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFD1 #FFD11A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B4 #E0B400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38F #B38F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8066 #806600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5241 #524100 | Primary textHigh emphasis contentDark headings |
| 950 | 3329 #332900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FFFCF0;
--gold-100: #FFF8DB;
--gold-200: #FFF2BD;
--gold-300: #FFE88A;
--gold-400: #FFDB4D;
--gold-500: #FFD11A;
--gold-600: #E0B400;
--gold-700: #B38F00;
--gold-800: #806600;
--gold-900: #524100;
--gold-950: #332900;
}