Orange
#C9A518
YellowColor Codes
All color formats for development
HEX
#C9A518RGB
rgb(201, 165, 24)HSL
hsl(48, 79%, 44%)OKLCH
oklch(0.733 0.145 92.4)CMYK
cmyk(0%, 18%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B59515
2#A18413
3#8D7410
4#79630E
5#64530C
6#504209
7#3C3207
8#282105
9#141102
Tints
Lighter variations
1#E2BA1B
2#E7C333
3#EACA4C
4#EDD266
5#F0D97F
6#F3E199
7#F6E8B2
8#F9F0CC
9#FCF7E5
Tones
Muted variations
1#C0A020
2#B79B29
3#AE9532
4#A5903B
5#9D8B44
6#94854D
7#8B8056
8#827B5E
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E0 #F3E096 | BordersInactive statesPlaceholder text |
| 400 | ECD0 #ECD05F | Disabled statesSecondary iconsMuted text |
| 500 | E7C3 #E7C332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A5 #C9A518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A084 #A08413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 725E #725E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF6DF;
--orange-200: #F8EEC4;
--orange-300: #F3E096;
--orange-400: #ECD05F;
--orange-500: #E7C332;
--orange-600: #C9A518;
--orange-700: #A08413;
--orange-800: #725E0D;
--orange-900: #493C09;
--orange-950: #2E2605;
}