Gold
#F4CE25
YellowColor Codes
All color formats for development
HEX
#F4CE25RGB
rgb(244, 206, 37)HSL
hsl(49, 90%, 55%)OKLCH
oklch(0.859 0.169 94.8)CMYK
cmyk(0%, 16%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0C60D
2#D5B00B
3#BB9A0A
4#A08408
5#856E07
6#6B5806
7#504204
8#352C03
9#1B1601
Tints
Lighter variations
1#F5D33B
2#F6D851
3#F7DC66
4#F8E17C
5#F9E692
6#FAEBA8
7#FCF0BE
8#FDF5D3
9#FEFAE9
Tones
Muted variations
1#E9C72F
2#DFC13A
3#D5BA44
4#CAB34E
5#C0AD59
6#B6A663
7#ABA06D
8#A19978
9#979382
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E6 #F9E690 | BordersInactive statesPlaceholder text |
| 400 | F6D9 #F6D955 | Disabled statesSecondary iconsMuted text |
| 500 | F4CE #F4CE25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B0 #D5B00B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8C #AA8C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7964 #796406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFCF0;
--gold-100: #FDF7DD;
--gold-200: #FCF1C0;
--gold-300: #F9E690;
--gold-400: #F6D955;
--gold-500: #F4CE25;
--gold-600: #D5B00B;
--gold-700: #AA8C09;
--gold-800: #796406;
--gold-900: #4E4004;
--gold-950: #302803;
}