Orange
#C8B919
YellowColor Codes
All color formats for development
HEX
#C8B919RGB
rgb(200, 185, 25)HSL
hsl(55, 78%, 44%)OKLCH
oklch(0.774 0.158 103.4)CMYK
cmyk(0%, 8%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4A716
2#A09414
3#8C8211
4#786F0F
5#645D0C
6#504A0A
7#3C3807
8#282505
9#141302
Tints
Lighter variations
1#E1D11C
2#E6D734
3#E9DC4D
4#ECE166
5#EFE680
6#F2EB99
7#F6F0B3
8#F9F5CC
9#FCFAE6
Tones
Muted variations
1#BFB221
2#B6AB2A
3#ADA333
4#A59C3C
5#9C9544
6#938D4D
7#8A8656
8#827F5F
9#797767
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 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EA #F2EA97 | BordersInactive statesPlaceholder text |
| 400 | EBE0 #EBE060 | Disabled statesSecondary iconsMuted text |
| 500 | E6D7 #E6D733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B9 #C8B919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F93 #9F9314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7169 #71690E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF9DF;
--orange-200: #F8F3C4;
--orange-300: #F2EA97;
--orange-400: #EBE060;
--orange-500: #E6D733;
--orange-600: #C8B919;
--orange-700: #9F9314;
--orange-800: #71690E;
--orange-900: #494309;
--orange-950: #2D2A06;
}