Gold
#F1DD27
YellowColor Codes
All color formats for development
HEX
#F1DD27RGB
rgb(241, 221, 39)HSL
hsl(54, 88%, 55%)OKLCH
oklch(0.887 0.179 102.4)CMYK
cmyk(0%, 8%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDD70F
2#D3BF0D
3#B9A70C
4#9E8F0A
5#847708
6#696007
7#4F4805
8#353003
9#1A1802
Tints
Lighter variations
1#F3E03D
2#F4E452
3#F5E768
4#F7EB7E
5#F8EE93
6#F9F1A9
7#FBF5BE
8#FCF8D4
9#FEFCE9
Tones
Muted variations
1#E7D531
2#DDCD3B
3#D3C546
4#C9BD50
5#BFB55A
6#B5AD64
7#ABA46E
8#A09C78
9#969482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FDFADD;
--gold-200: #FBF5C1;
--gold-300: #F8EE91;
--gold-400: #F4E557;
--gold-500: #F1DD27;
--gold-600: #D3BF0D;
--gold-700: #A8980B;
--gold-800: #786D08;
--gold-900: #4D4605;
--gold-950: #302B03;
}