Gold
#F4C025
YellowColor Codes
All color formats for development
HEX
#F4C025RGB
rgb(244, 192, 37)HSL
hsl(45, 90%, 55%)OKLCH
oklch(0.832 0.162 87.7)CMYK
cmyk(0%, 21%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0B70D
2#D5A30B
3#BB8E0A
4#A07A08
5#856607
6#6B5106
7#503D04
8#352903
9#1B1401
Tints
Lighter variations
1#F5C63B
2#F6CD51
3#F7D366
4#F8D97C
5#F9DF92
6#FAE6A8
7#FCECBE
8#FDF2D3
9#FEF9E9
Tones
Muted variations
1#E9BB2F
2#DFB63A
3#D5B044
4#CAAB4E
5#C0A659
6#B6A163
7#AB9C6D
8#A19778
9#979182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCED #FCEDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DF #F9DF90 | BordersInactive statesPlaceholder text |
| 400 | F6CE #F6CE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4C0 #F4C025 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A3 #D5A30B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA81 #AA8109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 795C #795C06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3B #4E3B04 | 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: #FEFBF0;
--gold-100: #FDF5DD;
--gold-200: #FCEDC0;
--gold-300: #F9DF90;
--gold-400: #F6CE55;
--gold-500: #F4C025;
--gold-600: #D5A30B;
--gold-700: #AA8109;
--gold-800: #795C06;
--gold-900: #4E3B04;
--gold-950: #302503;
}