Gold
#D5D50B
YellowColor Codes
All color formats for development
HEX
#D5D50BRGB
rgb(213, 213, 11)HSL
hsl(60, 90%, 44%)OKLCH
oklch(0.845 0.183 109.7)CMYK
cmyk(0%, 0%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0C00A
2#ABAB09
3#959508
4#808007
5#6B6B06
6#555504
7#404003
8#2B2B02
9#151501
Tints
Lighter variations
1#F0F00D
2#F4F426
3#F5F541
4#F6F65C
5#F8F877
6#F9F992
7#FBFBAE
8#FCFCC9
9#FEFEE4
Tones
Muted variations
1#CBCB15
2#C1C11F
3#B7B72A
4#ADAD34
5#A3A33E
6#999948
7#8E8E52
8#84845C
9#7A7A66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F6F6 #F6F655 | Disabled statesSecondary iconsMuted text |
| 500 | F4F4 #F4F425 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5D5 #D5D50B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7979 #797906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | 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: #FEFEF0;
--gold-100: #FDFDDD;
--gold-200: #FCFCC0;
--gold-300: #F9F990;
--gold-400: #F6F655;
--gold-500: #F4F425;
--gold-600: #D5D50B;
--gold-700: #AAAA09;
--gold-800: #797906;
--gold-900: #4E4E04;
--gold-950: #303003;
}