Orange
#F29A26
OrangeColor Codes
All color formats for development
HEX
#F29A26RGB
rgb(242, 154, 38)HSL
hsl(34, 89%, 55%)OKLCH
oklch(0.759 0.157 66.9)CMYK
cmyk(0%, 36%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF8D0E
2#D47E0C
3#BA6E0B
4#9F5E09
5#854E08
6#6A3F06
7#502F05
8#351F03
9#1B1002
Tints
Lighter variations
1#F4A43C
2#F5AE51
3#F6B867
4#F7C27D
5#F9CC93
6#FAD7A8
7#FBE1BE
8#FCEBD4
9#FEF5E9
Tones
Muted variations
1#E89930
2#DE973B
3#D49645
4#CA944F
5#BF9359
6#B59263
7#AB906E
8#A18F78
9#968E82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CB #F9CB90 | BordersInactive statesPlaceholder text |
| 400 | F5B0 #F5B056 | Disabled statesSecondary iconsMuted text |
| 500 | F29A #F29A26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D47E #D47E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A964 #A9640A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E04 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF8F1;
--orange-100: #FDEFDD;
--orange-200: #FBE2C0;
--orange-300: #F9CB90;
--orange-400: #F5B056;
--orange-500: #F29A26;
--orange-600: #D47E0C;
--orange-700: #A9640A;
--orange-800: #784707;
--orange-900: #4D2E04;
--orange-950: #301D03;
}