Brown
#783608
OrangeColor Codes
All color formats for development
HEX
#783608RGB
rgb(120, 54, 8)HSL
hsl(25, 88%, 25%)OKLCH
oklch(0.415 0.106 48.7)CMYK
cmyk(0%, 55%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C3107
2#602C06
3#542605
4#482105
5#3C1B04
6#301603
7#241002
8#180B02
9#0C0501
Tints
Lighter variations
1#9C470A
2#C0570C
3#E4670F
4#F17B27
5#F4914B
6#F6A76F
7#F8BD93
8#FAD3B7
9#FDE9DB
Tones
Muted variations
1#72370D
2#6D3813
3#673918
4#613A1E
5#5C3B24
6#563C29
7#513D2F
8#4B3E35
9#453F3A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD9 #FBD9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BC #F8BC91 | BordersInactive statesPlaceholder text |
| 400 | F499 #F49957 | Disabled statesSecondary iconsMuted text |
| 500 | F17B #F17B27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D360 #D3600D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84C #A84C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7836 #783608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D23 #4D2305 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--brown-50: #FEF6F1;
--brown-100: #FDEBDD;
--brown-200: #FBD9C1;
--brown-300: #F8BC91;
--brown-400: #F49957;
--brown-500: #F17B27;
--brown-600: #D3600D;
--brown-700: #A84C0B;
--brown-800: #783608;
--brown-900: #4D2305;
--brown-950: #301603;
}