Gold
#F6E423
YellowColor Codes
All color formats for development
HEX
#F6E423RGB
rgb(246, 228, 35)HSL
hsl(55, 92%, 55%)OKLCH
oklch(0.905 0.185 103.5)CMYK
cmyk(0%, 7%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2DF0A
2#D7C609
3#BCAD08
4#A29507
5#877C06
6#6C6304
7#514A03
8#363202
9#1B1901
Tints
Lighter variations
1#F7E739
2#F8EA4F
3#F9EC65
4#F9EF7B
5#FAF291
6#FBF4A7
7#FCF7BD
8#FDFAD3
9#FEFCE9
Tones
Muted variations
1#EBDB2D
2#E1D338
3#D6CA42
4#CCC14D
5#C1B857
6#B6AF62
7#ACA76D
8#A19E77
9#979582
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18E | BordersInactive statesPlaceholder text |
| 400 | F8EA #F8EA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E4 #F6E423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C6 #D7C609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9E #AB9E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A71 #7A7105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4803 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FEFBDD;
--gold-200: #FCF7BF;
--gold-300: #FAF18E;
--gold-400: #F8EA54;
--gold-500: #F6E423;
--gold-600: #D7C609;
--gold-700: #AB9E07;
--gold-800: #7A7105;
--gold-900: #4E4803;
--gold-950: #312D02;
}