Gold
#C5C51B
YellowColor Codes
All color formats for development
HEX
#C5C51BRGB
rgb(197, 197, 27)HSL
hsl(60, 76%, 44%)OKLCH
oklch(0.798 0.169 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#B2B218
2#9E9E16
3#8A8A13
4#767610
5#63630D
6#4F4F0B
7#3B3B08
8#272705
9#141403
Tints
Lighter variations
1#DFDF1E
2#E4E436
3#E7E74F
4#EAEA68
5#EEEE81
6#F1F19A
7#F5F5B4
8#F8F8CD
9#FCFCE6
Tones
Muted variations
1#BDBD23
2#B4B42C
3#ACAC35
4#A3A33D
5#9B9B46
6#92924E
7#8A8A57
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 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | 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: #F1F198;
--gold-400: #EAEA62;
--gold-500: #E3E335;
--gold-600: #C5C51B;
--gold-700: #9D9D15;
--gold-800: #70700F;
--gold-900: #48480A;
--gold-950: #2D2D06;
}