Orange
#FC9B1D
OrangeColor Codes
All color formats for development
HEX
#FC9B1DRGB
rgb(252, 155, 29)HSL
hsl(34, 97%, 55%)OKLCH
oklch(0.772 0.167 65)CMYK
cmyk(0%, 38%, 88%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F98F04
2#DD7F03
3#C16F03
4#A65F03
5#8A4F02
6#6F3F02
7#533001
8#372001
9#1C1000
Tints
Lighter variations
1#FCA534
2#FCAF4A
3#FDB961
4#FDC377
5#FDCD8E
6#FED7A5
7#FEE1BB
8#FEEBD2
9#FFF5E8
Tones
Muted variations
1#F09A28
2#E59833
3#DA973E
4#CF9549
5#C49455
6#B99260
7#AE916B
8#A38F76
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 #FDCC8B | BordersInactive statesPlaceholder text |
| 400 | FCB1 #FCB14F | Disabled statesSecondary iconsMuted text |
| 500 | FC9B #FC9B1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD7F #DD7F03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B065 #B06503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E48 #7E4802 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502E #502E01 | 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: #FDCC8B;
--orange-400: #FCB14F;
--orange-500: #FC9B1D;
--orange-600: #DD7F03;
--orange-700: #B06503;
--orange-800: #7E4802;
--orange-900: #502E01;
--orange-950: #321D01;
}