Orange
#C9B118
YellowColor Codes
All color formats for development
HEX
#C9B118RGB
rgb(201, 177, 24)HSL
hsl(52, 79%, 44%)OKLCH
oklch(0.758 0.153 99.1)CMYK
cmyk(0%, 12%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B59F15
2#A18E13
3#8D7C10
4#796A0E
5#64590C
6#504709
7#3C3507
8#282305
9#141202
Tints
Lighter variations
1#E2C81B
2#E7CF33
3#EAD54C
4#EDDB66
5#F0E17F
6#F3E799
7#F6EDB2
8#F9F3CC
9#FCF9E5
Tones
Muted variations
1#C0AB20
2#B7A429
3#AE9E32
4#A5973B
5#9D9144
6#948A4D
7#8B8456
8#827D5E
9#797767
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 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E6 #F3E696 | BordersInactive statesPlaceholder text |
| 400 | ECD9 #ECD95F | Disabled statesSecondary iconsMuted text |
| 500 | E7CF #E7CF32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B1 #C9B118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A08D #A08D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7265 #72650D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | 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: #F8F1C4;
--orange-300: #F3E696;
--orange-400: #ECD95F;
--orange-500: #E7CF32;
--orange-600: #C9B118;
--orange-700: #A08D13;
--orange-800: #72650D;
--orange-900: #494009;
--orange-950: #2E2805;
}