Orange
#C9AE18
YellowColor Codes
All color formats for development
HEX
#C9AE18RGB
rgb(201, 174, 24)HSL
hsl(51, 79%, 44%)OKLCH
oklch(0.752 0.151 97.5)CMYK
cmyk(0%, 13%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B59D15
2#A18B13
3#8D7A10
4#79690E
5#64570C
6#504609
7#3C3407
8#282305
9#141102
Tints
Lighter variations
1#E2C41B
2#E7CC33
3#EAD24C
4#EDD966
5#F0DF7F
6#F3E599
7#F6ECB2
8#F9F2CC
9#FCF9E5
Tones
Muted variations
1#C0A820
2#B7A229
3#AE9C32
4#A5953B
5#9D8F44
6#94894D
7#8B8356
8#827D5E
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E596 | BordersInactive statesPlaceholder text |
| 400 | ECD7 #ECD75F | Disabled statesSecondary iconsMuted text |
| 500 | E7CC #E7CC32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9AE #C9AE18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08B #A08B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7263 #72630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF7DF;
--orange-200: #F8F0C4;
--orange-300: #F3E596;
--orange-400: #ECD75F;
--orange-500: #E7CC32;
--orange-600: #C9AE18;
--orange-700: #A08B13;
--orange-800: #72630D;
--orange-900: #493F09;
--orange-950: #2E2805;
}