Gold
#C4C41C
YellowColor Codes
All color formats for development
HEX
#C4C41CRGB
rgb(196, 196, 28)HSL
hsl(60, 75%, 44%)OKLCH
oklch(0.795 0.168 109.7)CMYK
cmyk(0%, 0%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B1B119
2#9D9D16
3#898914
4#767611
5#62620E
6#4F4F0B
7#3B3B08
8#272706
9#141403
Tints
Lighter variations
1#DDDD20
2#E2E237
3#E6E650
4#EAEA69
5#EDED82
6#F1F19B
7#F4F4B4
8#F8F8CD
9#FBFBE6
Tones
Muted variations
1#BCBC24
2#B4B42D
3#ABAB35
4#A3A33E
5#9A9A46
6#92924F
7#898957
8#81815F
9#797968
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FDFDF2;
--gold-100: #FBFBE0;
--gold-200: #F7F7C5;
--gold-300: #F0F098;
--gold-400: #E9E963;
--gold-500: #E2E236;
--gold-600: #C4C41C;
--gold-700: #9C9C16;
--gold-800: #707010;
--gold-900: #47470A;
--gold-950: #2D2D06;
}