Orange
#C8A519
YellowColor Codes
All color formats for development
HEX
#C8A519RGB
rgb(200, 165, 25)HSL
hsl(48, 78%, 44%)OKLCH
oklch(0.732 0.145 92.9)CMYK
cmyk(0%, 17%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B49416
2#A08414
3#8C7311
4#78630F
5#64520C
6#50420A
7#3C3107
8#282105
9#141002
Tints
Lighter variations
1#E1BA1C
2#E6C234
3#E9CA4D
4#ECD166
5#EFD980
6#F2E199
7#F6E8B3
8#F9F0CC
9#FCF7E6
Tones
Muted variations
1#BF9F21
2#B69A2A
3#AD9533
4#A5903C
5#9C8A44
6#93854D
7#8A8056
8#827B5F
9#797567
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 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E0 #F2E097 | BordersInactive statesPlaceholder text |
| 400 | EBD0 #EBD060 | Disabled statesSecondary iconsMuted text |
| 500 | E6C2 #E6C233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A5 #C8A519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F83 #9F8314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715E #715E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF6DF;
--orange-200: #F8EDC4;
--orange-300: #F2E097;
--orange-400: #EBD060;
--orange-500: #E6C233;
--orange-600: #C8A519;
--orange-700: #9F8314;
--orange-800: #715E0E;
--orange-900: #493C09;
--orange-950: #2D2506;
}