Orange
#C8AD19
YellowColor Codes
All color formats for development
HEX
#C8AD19RGB
rgb(200, 173, 25)HSL
hsl(51, 78%, 44%)OKLCH
oklch(0.749 0.15 97.4)CMYK
cmyk(0%, 13%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B49C16
2#A08B14
3#8C7911
4#78680F
5#64570C
6#50450A
7#3C3407
8#282305
9#141102
Tints
Lighter variations
1#E1C41C
2#E6CB34
3#E9D24D
4#ECD866
5#EFDF80
6#F2E599
7#F6ECB3
8#F9F2CC
9#FCF9E6
Tones
Muted variations
1#BFA721
2#B6A12A
3#AD9B33
4#A5953C
5#9C8F44
6#93894D
7#8A8356
8#827C5F
9#797667
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 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EBD6 #EBD660 | Disabled statesSecondary iconsMuted text |
| 500 | E6CB #E6CB33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AD #C8AD19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8A #9F8A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7163 #71630E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | 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: #FDFCF1;
--orange-100: #FBF7DF;
--orange-200: #F8F0C4;
--orange-300: #F2E497;
--orange-400: #EBD660;
--orange-500: #E6CB33;
--orange-600: #C8AD19;
--orange-700: #9F8A14;
--orange-800: #71630E;
--orange-900: #493F09;
--orange-950: #2D2706;
}