Gold
#CEBF12
YellowColor Codes
All color formats for development
HEX
#CEBF12RGB
rgb(206, 191, 18)HSL
hsl(55, 84%, 44%)OKLCH
oklch(0.792 0.164 103.7)CMYK
cmyk(0%, 7%, 91%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAAC10
2#A5990E
3#91860D
4#7C720B
5#675F09
6#534C07
7#3E3905
8#292604
9#151302
Tints
Lighter variations
1#E9D714
2#EDDD2D
3#EFE147
4#F1E561
5#F4EA7C
6#F6EE96
7#F8F2B0
8#FAF6CA
9#FDFBE5
Tones
Muted variations
1#C5B71B
2#BCAF25
3#B2A72E
4#A99F38
5#9F9741
6#96904B
7#8C8854
8#83805D
9#7A7867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6ED #F6ED93 | BordersInactive statesPlaceholder text |
| 400 | F1E4 #F1E45B | Disabled statesSecondary iconsMuted text |
| 500 | EDDD #EDDD2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEBF #CEBF12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A498 #A4980E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--gold-50: #FEFDF1;
--gold-100: #FCFADE;
--gold-200: #FAF5C2;
--gold-300: #F6ED93;
--gold-400: #F1E45B;
--gold-500: #EDDD2C;
--gold-600: #CEBF12;
--gold-700: #A4980E;
--gold-800: #756C0A;
--gold-900: #4B4507;
--gold-950: #2F2B04;
}