Gold
#F5CE24
YellowColor Codes
All color formats for development
HEX
#F5CE24RGB
rgb(245, 206, 36)HSL
hsl(49, 91%, 55%)OKLCH
oklch(0.86 0.17 94.4)CMYK
cmyk(0%, 16%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F1C70B
2#D6B10A
3#BC9B09
4#A18508
5#866F06
6#6B5805
7#504204
8#362C03
9#1B1601
Tints
Lighter variations
1#F6D33A
2#F7D850
3#F8DD66
4#F9E27B
5#FAE791
6#FBECA7
7#FCF0BD
8#FDF5D3
9#FEFAE9
Tones
Muted variations
1#EAC82E
2#E0C139
3#D5BB43
4#CBB44E
5#C0AD58
6#B6A762
7#ACA06D
8#A19977
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 | FAE6 #FAE68F | BordersInactive statesPlaceholder text |
| 400 | F7D9 #F7D955 | Disabled statesSecondary iconsMuted text |
| 500 | F5CE #F5CE24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B1 #D6B10A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8D #AA8D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A64 #7A6406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | 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: #FAE68F;
--gold-400: #F7D955;
--gold-500: #F5CE24;
--gold-600: #D6B10A;
--gold-700: #AA8D08;
--gold-800: #7A6406;
--gold-900: #4E4004;
--gold-950: #312802;
}