Gold
#D4D40C
YellowColor Codes
All color formats for development
HEX
#D4D40CRGB
rgb(212, 212, 12)HSL
hsl(60, 89%, 44%)OKLCH
oklch(0.842 0.182 109.7)CMYK
cmyk(0%, 0%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFBF0B
2#AAAA0A
3#949409
4#7F7F07
5#6A6A06
6#555505
7#404004
8#2A2A02
9#151501
Tints
Lighter variations
1#EFEF0E
2#F2F227
3#F4F442
4#F6F65D
5#F7F778
6#F9F993
7#FAFAAE
8#FCFCC9
9#FDFDE4
Tones
Muted variations
1#CACA16
2#C0C020
3#B6B62A
4#ACAC34
5#A2A23E
6#989848
7#8E8E52
8#84845C
9#7A7A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F5F5 #F5F556 | Disabled statesSecondary iconsMuted text |
| 500 | F2F2 #F2F226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4D4 #D4D40C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A9A9 #A9A90A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFEF1;
--gold-100: #FDFDDD;
--gold-200: #FBFBC0;
--gold-300: #F9F990;
--gold-400: #F5F556;
--gold-500: #F2F226;
--gold-600: #D4D40C;
--gold-700: #A9A90A;
--gold-800: #787807;
--gold-900: #4D4D04;
--gold-950: #303003;
}