Gold
#F6DA23
YellowColor Codes
All color formats for development
HEX
#F6DA23RGB
rgb(246, 218, 35)HSL
hsl(52, 92%, 55%)OKLCH
oklch(0.885 0.177 99.4)CMYK
cmyk(0%, 11%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2D30A
2#D7BC09
3#BCA408
4#A28D07
5#877506
6#6C5E04
7#514603
8#362F02
9#1B1701
Tints
Lighter variations
1#F7DD39
2#F8E14F
3#F9E565
4#F9E97B
5#FAEC91
6#FBF0A7
7#FCF4BD
8#FDF8D3
9#FEFBE9
Tones
Muted variations
1#EBD22D
2#E1CA38
3#D6C242
4#CCBB4D
5#C1B357
6#B6AB62
7#ACA36D
8#A19C77
9#979482
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEC #FAEC8E | BordersInactive statesPlaceholder text |
| 400 | F8E2 #F8E254 | Disabled statesSecondary iconsMuted text |
| 500 | F6DA #F6DA23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7BC #D7BC09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB95 #AB9507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6B #7A6B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4403 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FEF9DD;
--gold-200: #FCF4BF;
--gold-300: #FAEC8E;
--gold-400: #F8E254;
--gold-500: #F6DA23;
--gold-600: #D7BC09;
--gold-700: #AB9507;
--gold-800: #7A6B05;
--gold-900: #4E4403;
--gold-950: #312B02;
}