Gold
#D6D60A
YellowColor Codes
All color formats for development
HEX
#D6D60ARGB
rgb(214, 214, 10)HSL
hsl(60, 91%, 44%)OKLCH
oklch(0.848 0.184 109.7)CMYK
cmyk(0%, 0%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C109
2#ABAB08
3#969607
4#818106
5#6B6B05
6#565604
7#404003
8#2B2B02
9#151501
Tints
Lighter variations
1#F2F20B
2#F5F525
3#F6F640
4#F7F75B
5#F9F977
6#FAFA92
7#FBFBAD
8#FCFCC8
9#FEFEE4
Tones
Muted variations
1#CCCC14
2#C2C21F
3#B8B829
4#ADAD33
5#A3A33D
6#999947
7#8F8F52
8#85855C
9#7A7A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAFA #FAFA8F | BordersInactive statesPlaceholder text |
| 400 | F7F7 #F7F755 | Disabled statesSecondary iconsMuted text |
| 500 | F5F5 #F5F524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6D6 #D6D60A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A7A #7A7A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF0;
--gold-100: #FDFDDD;
--gold-200: #FCFCC0;
--gold-300: #FAFA8F;
--gold-400: #F7F755;
--gold-500: #F5F524;
--gold-600: #D6D60A;
--gold-700: #AAAA08;
--gold-800: #7A7A06;
--gold-900: #4E4E04;
--gold-950: #313102;
}