Orange
#C9AB18
YellowColor Codes
All color formats for development
HEX
#C9AB18RGB
rgb(201, 171, 24)HSL
hsl(50, 79%, 44%)OKLCH
oklch(0.746 0.149 95.9)CMYK
cmyk(0%, 15%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B59A15
2#A18913
3#8D7810
4#79670E
5#64560C
6#504509
7#3C3307
8#282205
9#141102
Tints
Lighter variations
1#E2C11B
2#E7C933
3#EAD04C
4#EDD666
5#F0DD7F
6#F3E499
7#F6EBB2
8#F9F1CC
9#FCF8E5
Tones
Muted variations
1#C0A520
2#B79F29
3#AE9A32
4#A5943B
5#9D8E44
6#94884D
7#8B8256
8#827C5E
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EF #F8EFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E3 #F3E396 | BordersInactive statesPlaceholder text |
| 400 | ECD5 #ECD55F | Disabled statesSecondary iconsMuted text |
| 500 | E7C9 #E7C932 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9AB #C9AB18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A088 #A08813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7261 #72610D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493E #493E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF7DF;
--orange-200: #F8EFC4;
--orange-300: #F3E396;
--orange-400: #ECD55F;
--orange-500: #E7C932;
--orange-600: #C9AB18;
--orange-700: #A08813;
--orange-800: #72610D;
--orange-900: #493E09;
--orange-950: #2E2705;
}