Orange
#FA9B1E
OrangeColor Codes
All color formats for development
HEX
#FA9B1ERGB
rgb(250, 155, 30)HSL
hsl(34, 96%, 55%)OKLCH
oklch(0.77 0.165 65.5)CMYK
cmyk(0%, 38%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F78E05
2#DC7F04
3#C06F04
4#A55F03
5#894F03
6#6E3F02
7#522F02
8#372001
9#1B1001
Tints
Lighter variations
1#FBA535
2#FBAF4B
3#FCB962
4#FCC378
5#FDCD8F
6#FDD7A5
7#FEE1BC
8#FEEBD2
9#FFF5E9
Tones
Muted variations
1#EF9929
2#E49834
3#D9973F
4#CE954A
5#C39455
6#B89260
7#AD916B
8#A28F76
9#978E81
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE2 #FEE2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDCC #FDCC8C | BordersInactive statesPlaceholder text |
| 400 | FBB1 #FBB150 | Disabled statesSecondary iconsMuted text |
| 500 | FA9B #FA9B1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC7F #DC7F04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF65 #AF6504 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D48 #7D4803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502E #502E02 | Primary textHigh emphasis contentDark headings |
| 950 | 321D #321D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFF8F0;
--orange-100: #FEEFDC;
--orange-200: #FEE2BE;
--orange-300: #FDCC8C;
--orange-400: #FBB150;
--orange-500: #FA9B1E;
--orange-600: #DC7F04;
--orange-700: #AF6504;
--orange-800: #7D4803;
--orange-900: #502E02;
--orange-950: #321D01;
}