Gold
#F1DA27
YellowColor Codes
All color formats for development
HEX
#F1DA27RGB
rgb(241, 218, 39)HSL
hsl(53, 88%, 55%)OKLCH
oklch(0.881 0.176 101.2)CMYK
cmyk(0%, 10%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDD30F
2#D3BC0D
3#B9A40C
4#9E8D0A
5#847508
6#695E07
7#4F4605
8#352F03
9#1A1702
Tints
Lighter variations
1#F3DD3D
2#F4E152
3#F5E568
4#F7E97E
5#F8EC93
6#F9F0A9
7#FBF4BE
8#FCF8D4
9#FEFBE9
Tones
Muted variations
1#E7D231
2#DDCA3B
3#D3C246
4#C9BB50
5#BFB35A
6#B5AB64
7#ABA36E
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 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF4 #FBF4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EC #F8EC91 | BordersInactive statesPlaceholder text |
| 400 | F4E2 #F4E257 | Disabled statesSecondary iconsMuted text |
| 500 | F1DA #F1DA27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BC #D3BC0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A895 #A8950B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786B #786B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D44 #4D4405 | 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: #FDF9DD;
--gold-200: #FBF4C1;
--gold-300: #F8EC91;
--gold-400: #F4E257;
--gold-500: #F1DA27;
--gold-600: #D3BC0D;
--gold-700: #A8950B;
--gold-800: #786B08;
--gold-900: #4D4405;
--gold-950: #302B03;
}