Orange
#F1B127
OrangeColor Codes
All color formats for development
HEX
#F1B127RGB
rgb(241, 177, 39)HSL
hsl(41, 88%, 55%)OKLCH
oklch(0.8 0.156 80.6)CMYK
cmyk(0%, 27%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDA70F
2#D3940D
3#B9820C
4#9E6F0A
5#845D08
6#694A07
7#4F3805
8#352503
9#1A1302
Tints
Lighter variations
1#F3B93D
2#F4C152
3#F5C968
4#F7D07E
5#F8D893
6#F9E0A9
7#FBE8BE
8#FCEFD4
9#FEF7E9
Tones
Muted variations
1#E7AE31
2#DDAA3B
3#D3A646
4#C9A250
5#BF9F5A
6#B59B64
7#AB976E
8#A09478
9#969082
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D7 #F8D791 | BordersInactive statesPlaceholder text |
| 400 | F4C3 #F4C357 | Disabled statesSecondary iconsMuted text |
| 500 | F1B1 #F1B127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D394 #D3940D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A876 #A8760B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7854 #785408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3605 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FDF3DD;
--orange-200: #FBE9C1;
--orange-300: #F8D791;
--orange-400: #F4C357;
--orange-500: #F1B127;
--orange-600: #D3940D;
--orange-700: #A8760B;
--orange-800: #785408;
--orange-900: #4D3605;
--orange-950: #302203;
}