Gold
#D6C50A
YellowColor Codes
All color formats for development
HEX
#D6C50ARGB
rgb(214, 197, 10)HSL
hsl(55, 91%, 44%)OKLCH
oklch(0.812 0.17 103.2)CMYK
cmyk(0%, 8%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1B209
2#AB9E08
3#968A07
4#817606
5#6B6305
6#564F04
7#403B03
8#2B2702
9#151401
Tints
Lighter variations
1#F2DE0B
2#F5E325
3#F6E740
4#F7EA5B
5#F9EE77
6#FAF192
7#FBF5AD
8#FCF8C8
9#FEFCE4
Tones
Muted variations
1#CCBD14
2#C2B41F
3#B8AC29
4#ADA333
5#A39B3D
6#999247
7#8F8A52
8#85815C
9#7A7966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18F | BordersInactive statesPlaceholder text |
| 400 | F7E9 #F7E955 | Disabled statesSecondary iconsMuted text |
| 500 | F5E3 #F5E324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C5 #D6C50A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9D #AA9D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A70 #7A7006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4804 | 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: #FDFBDD;
--gold-200: #FCF7C0;
--gold-300: #FAF18F;
--gold-400: #F7E955;
--gold-500: #F5E324;
--gold-600: #D6C50A;
--gold-700: #AA9D08;
--gold-800: #7A7006;
--gold-900: #4E4804;
--gold-950: #312D02;
}