Orange
#F2AB26
OrangeColor Codes
All color formats for development
HEX
#F2AB26RGB
rgb(242, 171, 38)HSL
hsl(39, 89%, 55%)OKLCH
oklch(0.79 0.156 76.8)CMYK
cmyk(0%, 29%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA00E
2#D48E0C
3#BA7C0B
4#9F6B09
5#855908
6#6A4706
7#503505
8#352403
9#1B1202
Tints
Lighter variations
1#F4B33C
2#F5BC51
3#F6C467
4#F7CD7D
5#F9D593
6#FADDA8
7#FBE6BE
8#FCEED4
9#FEF7E9
Tones
Muted variations
1#E8A830
2#DEA53B
3#D4A245
4#CA9F4F
5#BF9C59
6#B59963
7#AB956E
8#A19278
9#968F82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FDF2DD;
--orange-200: #FBE7C0;
--orange-300: #F9D490;
--orange-400: #F5BE56;
--orange-500: #F2AB26;
--orange-600: #D48E0C;
--orange-700: #A9710A;
--orange-800: #785107;
--orange-900: #4D3404;
--orange-950: #302003;
}