Orange
#C8AB19
YellowColor Codes
All color formats for development
HEX
#C8AB19RGB
rgb(200, 171, 25)HSL
hsl(50, 78%, 44%)OKLCH
oklch(0.745 0.148 96.3)CMYK
cmyk(0%, 15%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B49916
2#A08814
3#8C7711
4#78660F
5#64550C
6#50440A
7#3C3307
8#282205
9#141102
Tints
Lighter variations
1#E1C01C
2#E6C834
3#E9CF4D
4#ECD666
5#EFDD80
6#F2E499
7#F6EAB3
8#F9F1CC
9#FCF8E6
Tones
Muted variations
1#BFA521
2#B69F2A
3#AD9933
4#A5933C
5#9C8D44
6#93884D
7#8A8256
8#827C5F
9#797667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EF #F8EFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E3 #F2E397 | BordersInactive statesPlaceholder text |
| 400 | EBD4 #EBD460 | Disabled statesSecondary iconsMuted text |
| 500 | E6C8 #E6C833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AB #C8AB19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F88 #9F8814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7161 #71610E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493E #493E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF6DF;
--orange-200: #F8EFC4;
--orange-300: #F2E397;
--orange-400: #EBD460;
--orange-500: #E6C833;
--orange-600: #C8AB19;
--orange-700: #9F8814;
--orange-800: #71610E;
--orange-900: #493E09;
--orange-950: #2D2706;
}