Orange
#FAB81E
OrangeColor Codes
All color formats for development
HEX
#FAB81ERGB
rgb(250, 184, 30)HSL
hsl(42, 96%, 55%)OKLCH
oklch(0.822 0.164 81.4)CMYK
cmyk(0%, 26%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7AF05
2#DC9B04
3#C08804
4#A57403
5#896103
6#6E4E02
7#523A02
8#372701
9#1B1301
Tints
Lighter variations
1#FBBF35
2#FBC64B
3#FCCE62
4#FCD578
5#FDDC8F
6#FDE3A5
7#FEEABC
8#FEF1D2
9#FFF8E9
Tones
Muted variations
1#EFB429
2#E4B034
3#D9AB3F
4#CEA74A
5#C3A255
6#B89E60
7#AD996B
8#A29576
9#979181
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEB #FEEBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDB #FDDB8C | BordersInactive statesPlaceholder text |
| 400 | FBC8 #FBC850 | Disabled statesSecondary iconsMuted text |
| 500 | FAB8 #FAB81E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC9B #DC9B04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF7C #AF7C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D58 #7D5803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5038 #503802 | Primary textHigh emphasis contentDark headings |
| 950 | 3223 #322301 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFAF0;
--orange-100: #FEF4DC;
--orange-200: #FEEBBE;
--orange-300: #FDDB8C;
--orange-400: #FBC850;
--orange-500: #FAB81E;
--orange-600: #DC9B04;
--orange-700: #AF7C04;
--orange-800: #7D5803;
--orange-900: #503802;
--orange-950: #322301;
}