Orange
#C9BA18
YellowColor Codes
All color formats for development
HEX
#C9BA18RGB
rgb(201, 186, 24)HSL
hsl(55, 79%, 44%)OKLCH
oklch(0.777 0.159 103.4)CMYK
cmyk(0%, 7%, 88%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5A715
2#A19513
3#8D8210
4#79700E
5#645D0C
6#504A09
7#3C3807
8#282505
9#141302
Tints
Lighter variations
1#E2D21B
2#E7D833
3#EADD4C
4#EDE266
5#F0E77F
6#F3EB99
7#F6F0B2
8#F9F5CC
9#FCFAE5
Tones
Muted variations
1#C0B320
2#B7AB29
3#AEA432
4#A59D3B
5#9D9544
6#948E4D
7#8B8656
8#827F5E
9#797867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F4 #F8F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EB #F3EB96 | BordersInactive statesPlaceholder text |
| 400 | ECE1 #ECE15F | Disabled statesSecondary iconsMuted text |
| 500 | E7D8 #E7D832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9BA #C9BA18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A094 #A09413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 726A #726A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4944 #494409 | 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: #FBF9DF;
--orange-200: #F8F4C4;
--orange-300: #F3EB96;
--orange-400: #ECE15F;
--orange-500: #E7D832;
--orange-600: #C9BA18;
--orange-700: #A09413;
--orange-800: #726A0D;
--orange-900: #494409;
--orange-950: #2E2A05;
}