Gold
#C5C31B
YellowColor Codes
All color formats for development
HEX
#C5C31BRGB
rgb(197, 195, 27)HSL
hsl(59, 76%, 44%)OKLCH
oklch(0.793 0.167 108.9)CMYK
cmyk(0%, 1%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2AF18
2#9E9C16
3#8A8813
4#767510
5#63610D
6#4F4E0B
7#3B3A08
8#272705
9#141303
Tints
Lighter variations
1#DFDB1E
2#E4E136
3#E7E44F
4#EAE868
5#EEEC81
6#F1F09A
7#F5F4B4
8#F8F7CD
9#FCFBE6
Tones
Muted variations
1#BDBA23
2#B4B22C
3#ACAA35
4#A3A23D
5#9B9946
6#92914E
7#8A8957
8#81815F
9#797868
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1EF #F1EF98 | BordersInactive statesPlaceholder text |
| 400 | EAE7 #EAE762 | Disabled statesSecondary iconsMuted text |
| 500 | E3E1 #E3E135 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C3 #C5C31B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9B #9D9B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 706F #706F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4847 #48470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FBFAE0;
--gold-200: #F7F6C5;
--gold-300: #F1EF98;
--gold-400: #EAE762;
--gold-500: #E3E135;
--gold-600: #C5C31B;
--gold-700: #9D9B15;
--gold-800: #706F0F;
--gold-900: #48470A;
--gold-950: #2D2C06;
}