Orange
#C9B718
YellowColor Codes
All color formats for development
HEX
#C9B718RGB
rgb(201, 183, 24)HSL
hsl(54, 79%, 44%)OKLCH
oklch(0.771 0.157 102)CMYK
cmyk(0%, 9%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5A515
2#A19213
3#8D8010
4#796E0E
5#645C0C
6#504909
7#3C3707
8#282505
9#141202
Tints
Lighter variations
1#E2CE1B
2#E7D533
3#EADA4C
4#EDDF66
5#F0E57F
6#F3EA99
7#F6EFB2
8#F9F4CC
9#FCFAE5
Tones
Muted variations
1#C0B020
2#B7A929
3#AEA232
4#A59B3B
5#9D9444
6#948D4D
7#8B8556
8#827E5E
9#797767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E9 #F3E996 | BordersInactive statesPlaceholder text |
| 400 | ECDE #ECDE5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D5 #E7D532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B7 #C9B718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A092 #A09213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7268 #72680D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF8DF;
--orange-200: #F8F3C4;
--orange-300: #F3E996;
--orange-400: #ECDE5F;
--orange-500: #E7D532;
--orange-600: #C9B718;
--orange-700: #A09213;
--orange-800: #72680D;
--orange-900: #494309;
--orange-950: #2E2A05;
}