Orange
#FABC1E
OrangeColor Codes
All color formats for development
HEX
#FABC1ERGB
rgb(250, 188, 30)HSL
hsl(43, 96%, 55%)OKLCH
oklch(0.83 0.165 83.6)CMYK
cmyk(0%, 25%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7B305
2#DC9F04
3#C08B04
4#A57703
5#896303
6#6E4F02
7#523C02
8#372801
9#1B1401
Tints
Lighter variations
1#FBC335
2#FBC94B
3#FCD062
4#FCD778
5#FDDD8F
6#FDE4A5
7#FEEBBC
8#FEF2D2
9#FFF8E9
Tones
Muted variations
1#EFB729
2#E4B234
3#D9AE3F
4#CEA94A
5#C3A455
6#B89F60
7#AD9B6B
8#A29676
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEC #FEECBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDD #FDDD8C | BordersInactive statesPlaceholder text |
| 400 | FBCB #FBCB50 | Disabled statesSecondary iconsMuted text |
| 500 | FABC #FABC1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC9F #DC9F04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF7E #AF7E04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D5A #7D5A03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503A #503A02 | Primary textHigh emphasis contentDark headings |
| 950 | 3224 #322401 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFBF0;
--orange-100: #FEF5DC;
--orange-200: #FEECBE;
--orange-300: #FDDD8C;
--orange-400: #FBCB50;
--orange-500: #FABC1E;
--orange-600: #DC9F04;
--orange-700: #AF7E04;
--orange-800: #7D5A03;
--orange-900: #503A02;
--orange-950: #322401;
}