Gold
#F1BF27
YellowColor Codes
All color formats for development
HEX
#F1BF27RGB
rgb(241, 191, 39)HSL
hsl(45, 88%, 55%)OKLCH
oklch(0.827 0.161 88.3)CMYK
cmyk(0%, 21%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDB60F
2#D3A20D
3#B98D0C
4#9E790A
5#846508
6#695107
7#4F3D05
8#352803
9#1A1402
Tints
Lighter variations
1#F3C53D
2#F4CC52
3#F5D268
4#F7D87E
5#F8DF93
6#F9E5A9
7#FBECBE
8#FCF2D4
9#FEF9E9
Tones
Muted variations
1#E7BA31
2#DDB53B
3#D3B046
4#C9AB50
5#BFA55A
6#B5A064
7#AB9B6E
8#A09678
9#969182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEC #FBECC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DE #F8DE91 | BordersInactive statesPlaceholder text |
| 400 | F4CD #F4CD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BF #F1BF27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A2 #D3A20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A881 #A8810B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFBF1;
--gold-100: #FDF5DD;
--gold-200: #FBECC1;
--gold-300: #F8DE91;
--gold-400: #F4CD57;
--gold-500: #F1BF27;
--gold-600: #D3A20D;
--gold-700: #A8810B;
--gold-800: #785C08;
--gold-900: #4D3B05;
--gold-950: #302503;
}