Gold
#D6C90A
YellowColor Codes
All color formats for development
HEX
#D6C90ARGB
rgb(214, 201, 10)HSL
hsl(56, 91%, 44%)OKLCH
oklch(0.821 0.173 104.8)CMYK
cmyk(0%, 6%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1B509
2#ABA108
3#968C07
4#817806
5#6B6405
6#565004
7#403C03
8#2B2802
9#151401
Tints
Lighter variations
1#F2E20B
2#F5E725
3#F6EA40
4#F7ED5B
5#F9F077
6#FAF392
7#FBF6AD
8#FCF9C8
9#FEFCE4
Tones
Muted variations
1#CCC014
2#C2B71F
3#B8AE29
4#ADA533
5#A39C3D
6#999447
7#8F8B52
8#85825C
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 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38F | BordersInactive statesPlaceholder text |
| 400 | F7EC #F7EC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5E7 #F5E724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C9 #D6C90A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAA0 #AAA008 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A72 #7A7206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF0;
--gold-100: #FDFBDD;
--gold-200: #FCF8C0;
--gold-300: #FAF38F;
--gold-400: #F7EC55;
--gold-500: #F5E724;
--gold-600: #D6C90A;
--gold-700: #AAA008;
--gold-800: #7A7206;
--gold-900: #4E4904;
--gold-950: #312E02;
}