Orange
#C9B418
YellowColor Codes
All color formats for development
HEX
#C9B418RGB
rgb(201, 180, 24)HSL
hsl(53, 79%, 44%)OKLCH
oklch(0.765 0.155 100.6)CMYK
cmyk(0%, 10%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5A215
2#A19013
3#8D7E10
4#796C0E
5#645A0C
6#504809
7#3C3607
8#282405
9#141202
Tints
Lighter variations
1#E2CB1B
2#E7D233
3#EAD84C
4#EDDD66
5#F0E37F
6#F3E899
7#F6EEB2
8#F9F4CC
9#FCF9E5
Tones
Muted variations
1#C0AD20
2#B7A729
3#AEA032
4#A5993B
5#9D9244
6#948B4D
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 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E896 | BordersInactive statesPlaceholder text |
| 400 | ECDC #ECDC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D2 #E7D232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B4 #C9B418 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08F #A08F13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7266 #72660D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF8DF;
--orange-200: #F8F2C4;
--orange-300: #F3E896;
--orange-400: #ECDC5F;
--orange-500: #E7D232;
--orange-600: #C9B418;
--orange-700: #A08F13;
--orange-800: #72660D;
--orange-900: #494209;
--orange-950: #2E2905;
}