Gold
#C8BF19
YellowColor Codes
All color formats for development
HEX
#C8BF19RGB
rgb(200, 191, 25)HSL
hsl(57, 78%, 44%)OKLCH
oklch(0.787 0.163 106.1)CMYK
cmyk(0%, 4%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4AC16
2#A09914
3#8C8611
4#78730F
5#645F0C
6#504C0A
7#3C3907
8#282605
9#141302
Tints
Lighter variations
1#E1D71C
2#E6DD34
3#E9E14D
4#ECE566
5#EFEA80
6#F2EE99
7#F6F2B3
8#F9F6CC
9#FCFBE6
Tones
Muted variations
1#BFB721
2#B6AF2A
3#ADA733
4#A59F3C
5#9C9844
6#93904D
7#8A8856
8#82805F
9#797867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F5 #F8F5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EBE4 #EBE460 | Disabled statesSecondary iconsMuted text |
| 500 | E6DD #E6DD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8BF #C8BF19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F98 #9F9814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716D #716D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4945 #494509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF1;
--gold-100: #FBFADF;
--gold-200: #F8F5C4;
--gold-300: #F2EE97;
--gold-400: #EBE460;
--gold-500: #E6DD33;
--gold-600: #C8BF19;
--gold-700: #9F9814;
--gold-800: #716D0E;
--gold-900: #494509;
--gold-950: #2D2B06;
}